https://github.com/mlms13/slobby
Brainstorming websocket communication
https://github.com/mlms13/slobby
Last synced: 2 months ago
JSON representation
Brainstorming websocket communication
- Host: GitHub
- URL: https://github.com/mlms13/slobby
- Owner: mlms13
- Created: 2017-02-28T06:05:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T20:53:37.000Z (over 7 years ago)
- Last Synced: 2025-02-04T17:53:18.846Z (4 months ago)
- Language: Haxe
- Size: 20.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Make it go:
1. Install dependencies:
- `hmm install`
- `npm install`
2. Build it: `haxe build.hxml`
3. Run it:
- `static ./public`
- `node ./bin/server`
4. Browse: `localhost:8080`