| Authors: | André Caron |
|---|---|
| Contact: | andre.l.caron@gmail.com |
This library provides facilities for processing RFC6455 WebSocket frames. The parser is implemented as a finite state machine (FSM) for use in streaming applications (i.e. data arrives at an unpredictable rate and the parser must be interruptible). As such, the parser itself does not buffer any received data. It just forwards it to registered callbacks. It requires little overhead and is well suited for being used in an object-oriented wrapper.
Visit the repository on GitHub. The front page includes up-to-date instructions for compiling and testing the library and its demo projects.