You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backend📡Issues corresponding to the backend/API.MediumYou should have some familiarity with our codebase to work on this issueRefactorRewriting functions, changing names, improving code readability, reducing complexity
Like the recent express api refactor #270 , we would like to also move the socket endpoints in server/index.ts to files in their own folder.
For this, please create a folder called server/src/sockets and find a way to break up the socket connections. If you are familiar with socket.io/web sockets and know about related error handling best practices, we would really appreciate your help with this issue. If not, please familiarize yourself with websocket documentation while working on this issue.
The text was updated successfully, but these errors were encountered:
h1divp
added
Backend📡
Issues corresponding to the backend/API.
Medium
You should have some familiarity with our codebase to work on this issue
Refactor
Rewriting functions, changing names, improving code readability, reducing complexity
labels
Sep 14, 2024
Backend📡Issues corresponding to the backend/API.MediumYou should have some familiarity with our codebase to work on this issueRefactorRewriting functions, changing names, improving code readability, reducing complexity
Like the recent express api refactor #270 , we would like to also move the socket endpoints in
server/index.ts
to files in their own folder.For this, please create a folder called
server/src/sockets
and find a way to break up the socket connections. If you are familiar with socket.io/web sockets and know about related error handling best practices, we would really appreciate your help with this issue. If not, please familiarize yourself with websocket documentation while working on this issue.The text was updated successfully, but these errors were encountered: