https://github.com/maxmellon/slide-syncronizer-server
for slide syncronizer
https://github.com/maxmellon/slide-syncronizer-server
Last synced: about 1 year ago
JSON representation
for slide syncronizer
- Host: GitHub
- URL: https://github.com/maxmellon/slide-syncronizer-server
- Owner: MaxMEllon
- License: mit
- Created: 2018-02-21T11:08:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T14:14:44.000Z (about 8 years ago)
- Last Synced: 2025-02-13T17:15:45.168Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/MaxMEllon/slide-syncronizer
- Size: 178 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Server side for [last session](https://github.com/MaxMEllon/last-session)
Quick start in local
---
1. npm i -g saku
1. saku init
1. saku dev
Tasks
---
Configured tasks by [saku](https://github.com/kt3k/saku).
- **dev** : `saku dev`
> start develop server
- **prod** : `saku prod`
> start production mode as daemon.
Show detail: **[:m: saku.md](./saku.md)**
Global dependencies
---
- **node** >= v8.5.0
- **redis** >= v3.0.0
- **npm** >= v5.5.1
- **saku** >= v0.11.0
Default port
---
- 8080: Socker server
- 8765: REST API server
- 6379: Redis server
LICENSE
---
- [MIT License](./LICENSE.txt)
> (c) MaxMEllon (Kento TSUJI)