Kalm v1.2.0 Release Notes

Release Date: 2016-08-10 // over 7 years ago
  • 🐎 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