Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 667 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 667 Bytes

Socketio-NodeJS-chat-app

Adding Initial functionality in socketio chat app provided on Documentation of SocketIO.

Link for the chat-app:-

http://chat-app-100.herokuapp.com/

Didn't care too much about Styling. Just Adding Functionalities.

Broadcast a message to connected users when someone connects or disconnects 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 Share your improvements!

Just Install all dependencies => Socket.io and express. Do npm init