What is Node.js?
Node.js is an open source dynamic JavaScript asynchronous language which runs on server supports on various platforms (Windows, Linux, Unix, Mac OS X, etc.)
- Node.js can generate dynamic page content on server
- Node.js can files handling command like create, open, read, write, delete, and close on the server
- Node.js can handle form data using post, get and put method,
- Node.js can select, add, delete, upadate data from your database
- Node.js can send Email notification from server
- Node.js can be used to create photo gallery, e-commerce website, real estate website, CRM management, online portal, POS System etc.
Comments