https://github.com/mikebild/web-messaging
RxJS based messaging via HTTP
https://github.com/mikebild/web-messaging
Last synced: about 1 year ago
JSON representation
RxJS based messaging via HTTP
- Host: GitHub
- URL: https://github.com/mikebild/web-messaging
- Owner: MikeBild
- Created: 2015-07-11T14:05:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T17:00:30.000Z (over 9 years ago)
- Last Synced: 2025-02-14T02:47:00.928Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://rx-web-messaging.services.dropstack.run
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Web-Messaging
Message routing and Complex-Event-Streams via HTTP (Transfer-Encoding:chunked)
## Deployment via [https://dropstack.run](https://dropstack.run)
```bash
npm i dropstack-cli -g
dropstack deploy
```