Repository files navigation JavaScript Chatting Website using Node.js and Socket.io
Download files using git-clone
(Terminal) $ npm install socket.io
(Terminal) $ node chatServer.js
Enter and go to localhost:3456 on favorite browser (prefarably Chrome)
Go to town (each browser window is a separate user)
Users must register on connection.
Users can create their own public rooms or private rooms that are locked with a password.
A chat rom displays all users currently in the room.
The creator of a chat room can temporarily kick users out of the room or ban/unban a user from entering the room.
When users are banned from a chat room, they can send a private message to the creator of the room.
Users can invite another user into their current room.
Users can see their most recent invite received. When invited to a private room, they do not need to know the password to enter.
Users can send private messages to other users in their current chat room.
Users can block/unblock other users from private messaging.
About
JavaScript Chatting Website using Node.js and Socket.io
Topics
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.