This is the source code that is running on our server. It contains logic for broadcasting messages and REST endpoints for the chat service.
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! 😁