FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

DaRealBossPro31/Chat-Server: A multi-room chat server using Node.JS and Socket.IO · GitHub

 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Server

A multi-room chat server using Node.JS and Socket.IO

Features

  • Users can create chat rooms with an arbitrary room name
  • Users can join an arbitrary chat room
  • The chat room displays all users currently in the room
  • A private room can be created that is password protected
  • Creators of chat rooms can temporarily kick others out of the room
  • Creators of chat rooms can permanently ban users from joining that particular room
  • A user's message shows their username and is sent to everyone in the room
  • Users can send private messages to another user in the same room
  • Error handling for various parts of the app
  • Bootstrap for the UI
  • View Profile Page (profile, username, messages sent, banned rooms, rooms created)
  • "Sent at" feature (when you hover over a message)
  • "Is typing" feature that shows if another user is typing

About

A multi-room chat server using Node.JS and Socket.IO

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL