#socket-io #engineio

engine_io_parser

A parser for the engine.io protocol for Socket.IO

2 unstable releases

0.2.0 Oct 20, 2020
0.1.0 Jun 21, 2020

#269 in WebSocket

43 downloads per month
Used in 3 crates (2 directly)

MIT license

28KB
469 lines

engine_io_parser

This is a Rust crate that can encode and decode Engine.IO packets and payloads in binary and string.

This crate currently implements the Engine.IO protocol v3, compatible with Socket.IO version 2.x.

Check out the documentation for examples.

Dependencies

~1.5MB
~23K SLoC