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

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

Awesome Lists containing this project

README

          

![](https://raw.githubusercontent.com/Syncano/art/eb37cb6f744f25766121189c206f0872490fd6eb/syncano-core/repo-banner.png)

[![npm](https://img.shields.io/npm/v/syncano-server.svg)](https://www.npmjs.org/package/syncano-server) [![CircleCI](https://circleci.com/gh/Syncano/syncano-server-js/tree/devel.svg?style=shield&circle-token=0340c11444db6f3dc227cf310f4d8ff1bd90dee8)](https://circleci.com/gh/Syncano/syncano-server-js/tree/devel)
[![codecov](https://codecov.io/gh/Syncano/syncano-server-js/branch/devel/graph/badge.svg)](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

[![Read Documentation](https://raw.githubusercontent.com/Syncano/art/eb37cb6f744f25766121189c206f0872490fd6eb/syncano-core/read-documentation.png)](/docs/README.md)

## License

Syncano Server Library is MIT licensed. See [LICENSE](LICENSE.md).