Posts by Sapna Rathod
Author Biographical Info: Not available
Introduction: In your Node.js apps, you have to restart your server every time you make changes to your project. This constant rebooting of a Node.js application manually is a very.... Read More
What is EJS? EJS stands for Embedded JavaScript Templating is a templating language that lets you generate HTML markup and embed plain JavaScript into HTML files. EJS enables us to.... Read More
What is Node.Js? Node.js is an open-source and cross-platform Javascript runtime environment. It is a way for us to write javascript on the server-side.Node.js provides asynchronou.... Read More