Open 0awful opened 6 years ago
Current server code is largely monolithic.
Doesn't handle authentication, architecture has limited scaling.
Pull out the sockets code. Expand the sockets code handle multiple rooms (aka boards)
Refactor the keygen to be a class allowing multiple instances
Of course, handle auth
Together these will allow the front end to scale into its next steps
Keygen is now a class
Problems to address
Current server code is largely monolithic.
Doesn't handle authentication, architecture has limited scaling.
What are we going to do?
Pull out the sockets code. Expand the sockets code handle multiple rooms (aka boards)
Refactor the keygen to be a class allowing multiple instances
Of course, handle auth
Together these will allow the front end to scale into its next steps