Next.js Discord

Discord Forum

Recommendations for websocket service

Unanswered
Siberian posted this in #help-forum
Open in Discord
SiberianOP
Anyone have any recommendations for a websocket service? Is for a small side project that needs a live leaderboard. In retrospect it would have probably been better to work with something like Supabase's realtime DB but no time to implement it right now due to deadline, so just looking for something simple that I can trigger in a route handler and make it push to the client.

4 Replies

maybe you want to ask the Cloudflare Discord server, CF supports websocket, TCP socket(outbound only) and Durable Objects.
Pusher
SiberianOP
yes ended up using pusher and is great so far, altho I do need it for very little so not hard I guess 😄
@tafutada777 maybe you want to ask the Cloudflare Discord server, CF supports websocket, TCP socket(outbound only) and Durable Objects.
SiberianOP
will also check these out later, ty! Always happy to learn, just need to finish this entire thing in 7 days and plenty to do :KEKW: