https://github.com/xcraft-inc/xcraft-core-busclient
Xcraft bus client
https://github.com/xcraft-inc/xcraft-core-busclient
bus client xcraft
Last synced: 3 months ago
JSON representation
Xcraft bus client
- Host: GitHub
- URL: https://github.com/xcraft-inc/xcraft-core-busclient
- Owner: Xcraft-Inc
- Created: 2016-08-04T13:56:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T14:24:36.000Z (about 1 year ago)
- Last Synced: 2024-04-14T11:42:48.176Z (about 1 year ago)
- Topics: bus, client, xcraft
- Language: JavaScript
- Size: 264 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xcraft-core-busclient
Client for the Xcraft bus.
This module provides the interfaces in order to connect to a server, send
commands and send or subscribe to events.It provides the global busClient too. This handler must be used between the
modules in order to have always the same connection everywhere. Otherwise
you can connect to several servers by instancing a new busClient for each one.