Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 705 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 705 Bytes

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