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
- Host: GitHub
- URL: https://github.com/branch-bunch/hacker-chatroom-server
- Owner: Branch-Bunch
- License: mit
- Created: 2016-10-28T17:12:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T00:19:20.000Z (over 9 years ago)
- Last Synced: 2025-09-09T14:45:43.486Z (10 months ago)
- Topics: es6, express, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! 😁