Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 394 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 394 Bytes

Hacker-Chatroom-Server

This is the source code that is running on our server. It contains logic for broadcasting messages and REST endpoints for the chat service.

Run locally

git clone https://github.com/Hacker-Chatroom/Hacker-Chatroom-Server.git
cd Hacker-Chatroom-Server
npm install
node server.js

# Now you can head over to the client repo and try that out! 😁