An open API service indexing awesome lists of open source software.

https://github.com/branch-bunch/hacker-chatroom-server

Server for our chatroom service
https://github.com/branch-bunch/hacker-chatroom-server

es6 express nodejs socket-io

Last synced: 2 months ago
JSON representation

Server for our chatroom service

Awesome Lists containing this project

README

          

# 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! 😁