vedantbhoj / Node_Chat_App

The TCP Server responds with a message on connecting with the client. Used Socket.IO library to implement this application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat App
The TCP Server responds with a message on connecting with the client.
Used Socket.IO library to implement this application. #Websockets #SocketProgramming


Functionality: #Add support for nicknames.Don’t send the same message to the user that sent it himself.
#Instead,append the message directly as soon as he presses enter.
#Add “{user} is typing” functionality.
#Show who’s online
#Add private messaging.

About

The TCP Server responds with a message on connecting with the client. Used Socket.IO library to implement this application.


Languages

Language:JavaScript 94.8%Language:CSS 3.7%Language:HTML 1.5%