RocordJavaScript2023 / realtime

Rocord Application
1 stars 0 forks source link

Implement a Custom NextJS Server in conjunction with Socket.IO #1

Open errorgenerator opened 1 year ago

errorgenerator commented 1 year ago

Description:

We need to implement our own NextJS Server in order to be able to use The Socket.IO features.

Optional:

There seems to be a way to do this without messing with the Server itself. Namely, there are people out there suggesting that it should be possible to do this purely through API endpoints.

TODO: