- Notifications
You must be signed in to change notification settings - Fork310
Next-gen, Pusher-compatible, open-source WebSockets server. Simple, fast, and resilient. 📣
License
soketi/soketi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Next-gen, Pusher-compatible, open-source WebSockets server. Simple, fast, and resilient. 📣
Soketi is meant to be open source, forever and ever. It solves issues that many developers face - the one of wanting to be limitless while testing locally or performing benchmarks. More than that, itt is also suited for production usage, either it is public for your frontend applications or internal to your team.
The frequency of releases and maintenance is based on the available time, which is tight as hell. Recently, there were issues with the maintenance and this caused infrequent updates, as well as infrequent support.
To cover some of the expenses of handling new features or having to maintain the project, we would be more than happy if you can donate towards the goal. This will ensure that Soketi will be taken care of at its full extent.
💰 Sponsor the development via Github Sponsors
The server is built on top ofuWebSockets.js - a C application ported to Node.js. uWebSockets.js is demonstrated to perform at levels8.5x that of Fastify and at least10x that of Socket.IO. (source)
For a $49 plan on Pusher, you get a limited amount of connections (500) and messages (30M).
With Soketi, for the price of an instance on Vultr or DigitalOcean ($5-$10), you get virtually unlimited connections, messages, and some more!
Soketi is capable to hold thousands of active connections with high traffic on less than1 GB and 1 CPU in the cloud. You can alsoget free $100 on Vultr to try out soketi →
Whether you run your infrastructure in containers or monoliths, soketi is portable. There are multiple ways toinstall andconfigure soketi, from single instances for development, to tens of active instances at scale with hundreds or thousands of active users.
soketi implements thePusher Protocol v7. Your existing projects that connect to Pusher requires minimal code change to make it work with Soketi - you just add the host and port and swap the credentials.
Just like Pusher, you can access the API and WebSockets through theapps you define. Store the data with the built-in support for static arrays, DynamoDB and SQL-based servers like Postgres.
In addition to being a good companion during local development, soketi comes with the resiliency and speed required for demanding production applications. At scale with Redis, you get the breeze of scaling as you grow.
You just have to scrape the Prometheus metrics. Soketi offers a lot of metrics to monitor the deployment and
- Soketi UI - manage Soketi apps via UI
- Soketi App Manager for Filament - manage Soketi apps via Filament
- Basement Chat - add chat to your Laravel application
- Simple Chat - showcased chat app built with Soketi and DynamoDB
The entire documentation is available on Gitbook 🌍
We really appreciate how this project turned to be such a great success. It will always remain open-source, free, and maintained. This is the real-time as it should be.
Please seeCONTRIBUTING for details.
Have any ideas that can make into the project? Perhaps you have questions?Jump into the discussions board orjoin the Discord channel
If you discover any security related issues, please emailalex@renoki.org instead of using the issue tracker.
- Alex Renoki
- Pusher Protocol
- All Contributors
- Thank you to Bunny! 🌸
About
Next-gen, Pusher-compatible, open-source WebSockets server. Simple, fast, and resilient. 📣