/hydra

A efficient and lightweight websocket library.

MIT LicenseMIT

What is Hydra?

Hydra is an efficient, lightweight and high-performance Websocket library based on µWebSockets.js.

Features

  • Efficiency: The foundational C++ library, µWebSockets, is recognized for its rapid and resource-efficient characteristics
  • Reliability: The library is designed to be resource-efficient, making it suitable for handling a large number of concurrent connections.
  • Event-Driven Model: It follows an event-driven programming model, where you define handlers for events such as receiving messages, opening connections, and closing connections.

Example


To see the full documentation: click here