scrible-pad

scrible-pad Used AI

7 devlogs
13h 48m
Created by Shivam Maurya

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

Timeline

Deployed the server on render and website on vercel

Update attachment

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