relp
v0.5.2
Published
Library that implements the RELP protocol
Downloads
56
Readme
Implements the RELP protocol for use in node projects
- Supports PROXY protocol
Examples
The following example will setup a server and print all messages coming and going from a RELP client
node examples/serverTesting
To run the unit tests, use
make testThere is also a cli coverage analysis
make test-covAs well as a nice html output
make test-cov-htmlProvided by ppunit and istanbul
TODO
- Build a RELP client
- Make sure to test parse errors/trying to syslog before open closes the socket
- Ensure transaction id increments monotonically and disconnect if not

