Did you know that you can navigate the posts by swiping left and right?

I tried NodeJs and I liked it

10 Aug 2014 . tech . Comments #nodejs #javascript #code

I just finished coding a battleship client on NodeJs, and it (NodeJs) worked really well. I mean, NodeJS worked like a charm, and I also think my battleship player/client is not too shaby.

I’m quite impressed with little thing that NodeJS is. Firstly, the event-based flow makes it ideal for http/asynch apps. Secondly, it is native Java script, so it super easy to send and receive JSON.

The repository can be found here: coatl.

I like my stacks and queues: