https://github.com/roschaefer/trolley-server
https://github.com/roschaefer/trolley-server
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roschaefer/trolley-server
- Owner: roschaefer
- Created: 2017-08-09T11:47:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T23:21:37.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T10:03:57.837Z (about 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trolley-server
## fire up HTTP Server
in `~/StoryTrolley/client/dist`
``` bash
python3 -m http.server &
```
## launch WebSockets
in `~/StoryTrolley/server`
```bash
python3 ws.py &
```
## run browser
```bash
DISPLAY=:0 chromium-browser 'http://localhost:8000/' --start-fullscreen
```