Jump to content
MakeWebGames

Anyone used node?


Dayo

Recommended Posts

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.

Link to comment
Share on other sites

  • 1 month later...

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

Link to comment
Share on other sites

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