Skip to content

A basic Nodejs based Chat Application which can be used to chat with others. Socket.IO is used to enable websocket protocol for bidirectional and event-based communication between a client and a server.

Notifications You must be signed in to change notification settings

prashantk01/nodejs-chatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-chatApp

# description:
=> nodejs based chat applicaion backend websocket protocol is used for client and server communication

# project details:
=> socket.io: used to enable websocket protocol for chat
=> Mustache: simple web template system also known as logicless template, to render dynamic html
=> Language: javascript(client & server), html (for client side )

# steps to run/setup project
=> git clone https://github.com/prashantk01/nodejs-chatApp.git
=> npm i
=> npm run dev

About

A basic Nodejs based Chat Application which can be used to chat with others. Socket.IO is used to enable websocket protocol for bidirectional and event-based communication between a client and a server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published