Friday 26 June 2020

Best Typescript framework for jackbox-style websocket connection

I'm mainly a front-end dev, so I'm not too familiar with the backend framework landscape. I'm looking to build a server that can establish a 'session', which clients can connect to via a code (e.g. jackbox.io).My assumption is that I will need to create a new websocket server with a unique endpoint to establish a new session, and then open a client-side websocket connection to that unique endpoint. Is this accurate?So far I've been looking at Feathers.js, SocketCluster.io, Express.js and Nest.js, but I'm wondering what more experienced back-end devs would have to say.

Submitted June 27, 2020 at 06:04AM by Burned_FrenchPress

No comments:

Post a Comment