Skip to content

v1.2.0

Compare
Choose a tag to compare
@fed135 fed135 released this 10 Aug 04:30
· 49 commits to master since this release

Performances

  • Better throughput via Promisifying encoding process

Async-ready Encoding

  • Encoders can return either Promises or the straight result, Kalm will handle both. This allows for asynchronous encoding/decoding. #25

Auto-reject bad requests

  • Added new Client/ Server option rejectForeign (default: true) to auto-disconnect bad/ unhandled requests