Please sign in to access this page
a drawing board where multiple people can draw together in real time!!
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Working!! Had to split the websocket connection into read and write streams because the continuous reading basically always had the lock on the data so writing was causing an error!!
working one way but as soon as the recieving end tries to send unknown error occurs, probably some data race happening, taking too much time to debug ;(
Figuring out how to use websockets for now. I am absolutely clueless about web protocols, this will be a challenge for me lol.