Live data from Hacker News

NodeFu Launches - Opensource Node.js hosting platform

nodefu.com

11–20 of 54 posts

Re: NodeFu Launches - Opensource Node.js hosting platform

#11

If its free, who is footing the EC2 bill? Which gives me the idea: it'd be cool to have a service like this and have it use a user-provided AWS account. So you could use a service like this to automatically manage the EC2 instances, and then if you need to take control to expand your instances' functionality you just stop using the service. Just a thought...

Great idea! I took notes on the installation of NodeFu on EC2. I would like to include them in the bootstrap readme in the repo so others can easily standup their own instances too.

Re: NodeFu Launches - Opensource Node.js hosting platform

#12
Logo and company name seems very similar to http://www.nodejitsu.com It's also curious NodeFu seem to be using some of Nodejitsu's open-source offerings to make this work. ( https://github.com/nodejitsu/node-http-proxy and https://github.com/indexzero/forever ).

Are NodeFu and Nodejitsu the same company?

Re: NodeFu Launches - Opensource Node.js hosting platform

#13
post #12

Logo and company name seems very similar to http://www.nodejitsu.com It's also curious NodeFu seem to be using some of Nodejitsu's open-source offerings to make this work. ( https://github.com/nodejitsu/node-http-proxy and https://github.com/indexzero/forever ). Are NodeFu and Nodejitsu the same company?

NodeFu is not a company but rather an open source project. It does use the http-proxy module - https://github.com/nodejitsu/node-http-proxy

Re: NodeFu Launches - Opensource Node.js hosting platform

#14
post #12

Logo and company name seems very similar to http://www.nodejitsu.com It's also curious NodeFu seem to be using some of Nodejitsu's open-source offerings to make this work. ( https://github.com/nodejitsu/node-http-proxy and https://github.com/indexzero/forever ). Are NodeFu and Nodejitsu the same company?

NodeFu is not a company but rather an open source project. It does use the http-proxy module - https://github.com/nodejitsu/node-http-proxy

I'm even more confused now. Is NodeFu the open-source offering for Nodejitsu?

If NodeFu isn't a company, how can it be the "heroku for node.js".

Re: NodeFu Launches - Opensource Node.js hosting platform

#15

Heroku does have experimental Node support if anyone is interested: http://blog.heroku.com/archives/2010/9/20/an_update_on_herok... And Joyent's Node service is pretty good too: https://no.de/

Duostack has also a nodejs setup.

I have been working on a small game and so far I am very happy with how it works.

http://www.duostack.com

Re: NodeFu Launches - Opensource Node.js hosting platform

#16

Heroku does have experimental Node support if anyone is interested: http://blog.heroku.com/archives/2010/9/20/an_update_on_herok... And Joyent's Node service is pretty good too: https://no.de/

My company Nodejitsu (http://nodejitsu.com) also provides a node.js Cloud Platform-as-a-Service.

I'm the author of forever and node-http-proxy and it's good to see our production quality node.js software being used by other people :-)

Re: NodeFu Launches - Opensource Node.js hosting platform

#17
post #14

Earlier quoted context omitted.

NodeFu is not a company but rather an open source project. It does use the http-proxy module - https://github.com/nodejitsu/node-http-proxy

I'm even more confused now. Is NodeFu the open-source offering for Nodejitsu? If NodeFu isn't a company, how can it be the "heroku for node.js".

I am founder of Nodejitsu. Nodejitsu and Nodefu are not related in anyway, although based on reading these comments it looks like NodeFu does use open source software we wrote, which is great to see

http://github.com/nodejitsu http://github.com/indexzero

Node to win :-D

Re: NodeFu Launches - Opensource Node.js hosting platform

#20

Heroku does have experimental Node support if anyone is interested: http://blog.heroku.com/archives/2010/9/20/an_update_on_herok... And Joyent's Node service is pretty good too: https://no.de/

Just to add to the list, there's also nodeJsCloud: http://www.nodejscloud.com/
Post reply on HN