Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 459 Bytes

File metadata and controls

21 lines (12 loc) · 459 Bytes

Chat Server

Multi-room chat server allows users to create rooms for others to join. Creators of a room can kick or ban other users from their room.

Prerequisites

node and npm should be already installed on host computer

Installing

clone repository. run npm install to download node modules

Running

Use node index.js to start server. Navigate to http://localhost:3456

Built With

  • Node.js
  • Socket.io
  • Express