Skip to content

Simple implementation of chat room and private chating using socket.io, nodejs and express for the setup of the signalling server, js with jquerry for the front-end application.

License

Notifications You must be signed in to change notification settings

fotioudim/chatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat app, a real time communication project using Node.js and socket.io

Implementation of chating, combining the use of a main public chat room and many private rooms.

Socket-signalling server

The setup of the socket-signalling server was made using socket.io, nodejs, express amongst other technologies. The corresponding code can be found in "server.js" and the server can be run using the "server" batch file, or through the command line executing "node server.js", or in debug mode (use Chrome nodejs debug tools) via "serverDebug" batch file

Socket client and application interface

Javascript with jquerry are used for the front-end application, which you can find in "public" folder. "chat.js" runs all the interactions and events between the socket clients and socket server.

About

Simple implementation of chat room and private chating using socket.io, nodejs and express for the setup of the signalling server, js with jquerry for the front-end application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published