https://github.com/syncano/syncano-server-js
Syncano Server-side Library
https://github.com/syncano/syncano-server-js
socket syncano
Last synced: 9 months ago
JSON representation
Syncano Server-side Library
- Host: GitHub
- URL: https://github.com/syncano/syncano-server-js
- Owner: Syncano
- License: mit
- Created: 2016-11-25T13:55:07.000Z (about 9 years ago)
- Default Branch: devel
- Last Pushed: 2018-02-08T14:57:37.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T16:06:04.757Z (9 months ago)
- Topics: socket, syncano
- Language: JavaScript
- Homepage: https://syncano.io
- Size: 2.05 MB
- Stars: 4
- Watchers: 10
- Forks: 3
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

[](https://www.npmjs.org/package/syncano-server) [](https://circleci.com/gh/Syncano/syncano-server-js/tree/devel)
[](https://codecov.io/gh/Syncano/syncano-server-js)
# Syncano Server-side Library
This library supposed to be used in **Syncano Sockets** (inside scripts)
to communicate with **Syncano Core Services**. Syncano provides various Core Services:
- **Database (data)** - NoSQL database to store your application data
- **Users Management (users)** - service to store and manage users and groups of your application
- **Event Loop (events)** - service to emit events which can be caught by any Socket
- **Realtime Channels (channels)** - implement publish/subscribe model for realtime communication
[](/docs/README.md)
## License
Syncano Server Library is MIT licensed. See [LICENSE](LICENSE.md).