Please sign in to access this page

scrible-pad

scrible-pad

6 devlogs
9h 41m
Created by Shivam Maurya

a drawing board where multiple people can draw together in real time!!

Timeline

brush width + color options and more real time!!

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 ;(

works but only once?

a simple broadcast websocket server is working, trying to make it work with wasm

Update attachment

Figuring out how to use websockets for now. I am absolutely clueless about web protocols, this will be a challenge for me lol.

Update attachment