0.5.2 • Published 7 years ago

relp v0.5.2

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

Build Status

Implements the RELP protocol for use in node projects

RELP Protocol

rsyslog Homepage

Examples

The following example will setup a server and print all messages coming and going from a RELP client

node examples/server

Testing

To run the unit tests, use

make test

There is also a cli coverage analysis

make test-cov

As well as a nice html output

make test-cov-html

Provided 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
0.5.2

7 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.2

10 years ago

0.0.1

10 years ago