2012/2/20 Peng Yu <[email protected]>: > Hi, > > To set a nodejs service without setting up a website myself, could > anybody recommend some free services?
Well, there's heroku, which has kind of a free plan - you get a bit more than one CPU-month per month. However, I think its node version is pretty outdated (0.4.something). Also, there's nodejitsu, which atm is free because it's in beta. It has an up-to-date node version and a relatively active IRC channel. Oh, and there's nodester, but in my experience, nodester isn't excatly good. Thise are the ones that immediately come to my mind. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
