0awful / SharedCanvas

MIT License
0 stars 0 forks source link

Server code revamp #33

Open 0awful opened 6 years ago

0awful commented 6 years ago

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

0awful commented 6 years ago

Keygen is now a class