Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)