Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.22 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.22 KB
description
Just another simple, fast, and resilient open-source WebSockets server. 📣

📡 About soketi

soketi is just another simple, fast, and resilient open-source WebSockets server. 📣

The soketi server is built on top of uWebSockets.js - a C application ported to Node.js. uWebSockets.js is demonstrated to perform at levels 8.5x that of Fastify and at least 10x that of Socket.IO. (source)

soketi implements the Pusher Protocol v7. Therefore, any Pusher-maintained or compatible client can connect to it, bringing a plug-and-play experience for existing applications that are already compatible with this protocol.

In addition to being a good companion during local development, soketi comes with the resiliency and speed required for demanding production applications.