Express Js

Creating a Simple Live Chat in Express

The socket.IO enables real-time bidirectional event-based communication. It works on every platform, browser or device, focusing equally on reliability and speed. The socket.io middleware has two part. Node.js server in our case app.js where we include all our server code. Node.js client or A Javascript client library for the browser.  To create a simple chat in …

Creating a Simple Live Chat in Express Read More »

Ejs – Express apps to retrieve speaker information from the data file

E is for effective or embeddable. EJS is a simple templating language that lets you generate HTML markup with plain JavaScript. We are creating web apps to retrieve speaker and all speaker information from the data .JSON in the data folder and photo from public/images. To use the Ejs we have to install the Ejs through …

Ejs – Express apps to retrieve speaker information from the data file Read More »