Friday, August 05, 2016

Learning Node.js

Node.js is an open-source, cross-platform runtime environment for developing server-side applications. This means that the code you wrote using Node.js can run on multiple platforms - Windows, Mac OS, and Linux.

In this upcoming WEB106 Node.js course, you will learn how easy it is to write your server-side apps using Node.js. You will learn:

  • How to write a simple Web server
  • How to create a RESTful API
  • How to create a chat application using Socket.IO
  • How to send GCM push notifications

No comments: