Skip to content

a real time chatting application using websocket (socket.io)

Notifications You must be signed in to change notification settings

YRTr/real-time-chat-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a real time chatting application using websocket (socket.io)

running test cases on the 'real time chat application'

Preamble :

server (emit) -> client (receive) -> acknowledgement -> server

client (emit) -> server (receive) -> acknowledgement -> client

libraries :

npm modules/packages :

production dependencies =>

  • express
  • moment
  • path
  • socket.io
  • bad-words

development dependencies =>

  • mocha
  • expect (Jest)
  • nodemon