An open API service indexing awesome lists of open source software.

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

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)