Jump to content
MakeWebGames

Recommended Posts

Posted

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.

Posted
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.

  • 1 month later...
Posted

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

Posted
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 :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...