DEV Community

Discussion on: What's a new thing you've started using recently?

Collapse
 
donnell profile image
Donnell Wyche

soketi is a websocket server just like pusher. soketi.app is a drop-in replacement for pusher. pusher costs $49/month vs a digital ocean droplet for $5, which is plenty fast to soketi.

Thread Thread
 
alizulfaqar profile image
Ali Zulfaqar

Is it the same as socket.io/ ?

Thread Thread
 
donnell profile image
Donnell Wyche

Yes, socket.io is built on top of the websocket protocols. soketi.app is a self-hosted, open-source websockets server.