Skip to content

Realtime Chat Application with Node.js and Socket.io

Notifications You must be signed in to change notification settings

OpenTechConsult/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application

(Real Time Application With NodeJS)

We are going to build a Chat application. With Chat application we require real time data transfer. As soon as User1 sends a message, User2 should be able to see it. We want as little delay as possible between the User1 sending the message and User2 seeing it.

To get that done we are going to create a realtime node.js app and along the way we will be exploring websocket and the very popular Socket.io library. Socket.io is going to give us every thing we need to setup real time app with node.js.

About

Realtime Chat Application with Node.js and Socket.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published