Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tutv/signalhub-demo
A simple game with SignalHub
https://github.com/tutv/signalhub-demo
javascript nodejs realtime signalhub webrtc
Last synced: 11 days ago
JSON representation
A simple game with SignalHub
- Host: GitHub
- URL: https://github.com/tutv/signalhub-demo
- Owner: tutv
- Created: 2018-07-22T06:10:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T07:05:41.000Z (over 6 years ago)
- Last Synced: 2024-12-10T10:12:25.538Z (2 months ago)
- Topics: javascript, nodejs, realtime, signalhub, webrtc
- Language: JavaScript
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple game with signalhub.
## Installation
```
// Install packages
yarn// Run signalhub server
yarn signalhub// Run dev server
yarn start```
## Demo
Open browser: `http://localhost:6777`