I suggest you try to make a close match between a domain name and the
name of the project, you can start with a redirect and eventually do
your own hosting ala "CoffeeScript".
What about an IDE, using something like MIT-licensed
http://codemirror.net/ as a base?
Also what about a solution for client-side programming?
On Wed, Mar 7, 2012 at 3:53 PM, Chris Brody <chris...@gmail.com> wrote:
> I suggest you try to make a close match between a domain name and the
> name of the project, you can start with a redirect and eventually do
> your own hosting ala "CoffeeScript".
Yep, that sounds like a plan. Unfortunately noflo.org was taken, but
I'll look for alternatives.
> What about an IDE, using something like MIT-licensed
> http://codemirror.net/ as a base?
For the actual FBP graphs you can already use DrawFBP (version 2.6
onwards). And NoFlo has the beginnings of a web-based editor built
with http://jsplumb.org/. CodeMirror (or ACE editor) might be cool for
editing the components themselves.
> Also what about a solution for client-side programming?
I'm hoping we can collaborate with http://meemoo.org/ on that.
--
Henri Bergius
Motorcycle Adventures and Free Software
http://bergie.iki.fi/
Jabber: henri....@gmail.com
Microblogs: @bergie
>> Also what about a solution for client-side programming?
>
> I'm hoping we can collaborate with http://meemoo.org/ on that.
Nice, any hope if they will move from the AGPL?
Here we go: http://noflojs.org/
On Mar 10, 2012 6:59 PM, "Forrest Oliphant" <auf...@forresto.com> wrote:
>
> Meemoo.org is now dual MIT/AGPL (copying JQuery), so have at it ;-)
Great! I also made some progress with the NoFlo GUI last week, so next we should see where to reuse and collaborate :-)
> - Forrest
/Henri
On Sat, Mar 10, 2012 at 8:35 AM, Vladimir Sibirov
<trust...@kodigy.com> wrote:
> The site looks nice, Henri!
>
> Maybe instead of writing ace-based editor it is worth making a NoFlo plugin
> for Cloud9 IDE (which runs on node.js too):
> https://github.com/ajaxorg/cloud9
Cloud9 is indeed quite interesting, though I'm interested in more
"direct response" kind of UI, if possible. Something in the spirit of:
http://vimeo.com/36579366
(I think FBP has great potential for visualizing changes to software
as you're moving them)