/demoApp

Simple chat application in node.js using socket.io

Primary LanguageJavaScript

Node.js CI Codacy Badge

demoApp

Its simple chat application using socket.io in javascipt :-) packages used:

1> ejs // installation npm i ejs 2> express // npm i express 3> nodemon // npm i nodemon socket.io //npm i socket.io

Here only basic funcationality has been implement. It can be taken to next level by adding features like authentication, online-offline etc.