Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitwyre/websocket_core
Websocket generic library for Bitwyre WS-API
https://github.com/bitwyre/websocket_core
Last synced: 7 days ago
JSON representation
Websocket generic library for Bitwyre WS-API
- Host: GitHub
- URL: https://github.com/bitwyre/websocket_core
- Owner: bitwyre
- License: apache-2.0
- Created: 2019-10-18T07:15:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T07:41:45.000Z (almost 5 years ago)
- Last Synced: 2024-02-13T20:26:58.199Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 64.5 KB
- Stars: 14
- Watchers: 9
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Websocket Core (Rust)
![Build Status](https://github.com/bitwyre/websocket_core/workflows/Build/badge.svg)
![Build Status](https://travis-ci.com/bitwyre/websocket_core.svg?branch=master)Websocket generic server library for:
1. Periodic message broadcast
2. Eventual (Pubsub) message broadcast
3. Async request reply## Authors
- [Aditya Kresna](https://github.com/ujang360)