Dayo Posted June 7, 2014 Posted June 7, 2014 Im looking at spending a few weeks looking at node.js, just wondering what others have thought of it. Quote
Script47 Posted June 7, 2014 Posted June 7, 2014 I used it a little and it was interesting. I plan to use it for in the near-distant future and hope to make things using it. Quote
HazardBoy Posted June 7, 2014 Posted June 7, 2014 Pretty sick, incredible fast development. And if you love JavaScript you will feel at home. I started with Node JS, then got the hang of Express JS (node.js framework) and Mongodb (JSON db awesome!). The best of: is the code unification. Backend - frontend talk JS :). You can build real-time applications/game (with socket.io) and many more features. The only downside I think is the hosting. You will probably need your own server as the node hosting servers are not that configurable. Quote
sniko Posted June 7, 2014 Posted June 7, 2014 The only downside I think is the hosting. You will probably need your own server as the node hosting servers are not that configurable. It's not a downside if you go with DigitalOcean! #DOFanBoy2k14. Quote
Samurai Legend Posted June 7, 2014 Posted June 7, 2014 It's not a downside if you go with DigitalOcean! #DOFanBoy2k14. I agree....! Quote
bbgengine Posted July 21, 2014 Posted July 21, 2014 I used node for my real time massive multi player browse based engine. http://www.bbgengine.com. Quote
wrux Posted July 22, 2014 Posted July 22, 2014 Yea node is awesome. Perhaps even use a framework such as Koa ontop of node to streamline development. Whilst your at it, have a go at using a NoSQL DB engine man, check out MongoDB. They are awesome. The mongo driver for Node is easily installed too: npm install mongodb I've seen everyone here bang on about Digital Ocean. I've used http://www.webfaction.com for a while now and they are great man. Probably a similar service to DO but it's always to have multiple options. Oh and my website wrux.me is written in Node Quote
sniko Posted July 22, 2014 Posted July 22, 2014 Oh and my website wrux.me is written in Node Ghost! Yay you! :thumbsup: Please install DISQUS or an alternative! I'd like to comment on some posts Quote
wrux Posted July 22, 2014 Posted July 22, 2014 Ghost! Yay you! :thumbsup: Please install DISQUS or an alternative! I'd like to comment on some posts Yea might have to, I prefer the clean loop but that adds functionality I guess :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.