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

https://github.com/paritytech/soketto

A websocket protocol implementation.
https://github.com/paritytech/soketto

Last synced: 8 months ago
JSON representation

A websocket protocol implementation.

Awesome Lists containing this project

README

          

# Soketto

An implementation of the [RFC 6455][1] websocket protocol.
This crate is a heavily modified fork of the [twist][2] crate.

[1]: https://tools.ietf.org/html/rfc6455
[2]: https://crates.io/crates/twist