Skip to main content

What are the benefits of using the WebSocket SDK?

Our WebSocket SDK provides you many benefits like:

  • You don't need to waste time on the development of the protocol, testing, and maintaining that code in the future in case of bugs or future changes
  • SDK has correct protocol implementation which is 100% covered with the unit tests
  • Reconnections, heartbeats, and errors detected are handled inside the library silently (if you want to log them there is an event handler)
  • Zero allocation JSON parsing => minimal CPU usage
  • Best practices applied
  • Optimal handling of the messages received; messages are placed on the queue from which they are parsed and pushed by another thread to prevent TCP backpressure.