You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we're working on real-time collaboration.
for now, the backend is on a separate repo the-zagy/zws
the front code is in zws, please merge the main into the zws branch in daily basis
the backend being developed using fastify + ws
I know firebase or supabase might be better than custom backend but Idgaf
create a wrapper around WebSocket.send that have kind of auto-completion to the events that could be send from user to server
// something between those linesclassZagyWebSocket<Textendsobject>extendsWebSocket{// oFC, also support default signature of "send"send(input: keyoftypeofT){conststr=JSON.stringify(input)super.send(str);}
convert the repo to monorepo to make sharing types for typesafe event handling easier
NOTE: the fastify server will be used to support saving scenes on the cloud (Z+)
The text was updated successfully, but these errors were encountered:
nagy-nabil
changed the title
real-time(zws)
real-time(zws) [LONG-LIVED FEAT]
Sep 15, 2023
we're working on real-time collaboration.
for now, the backend is on a separate repo the-zagy/zws
the front code is in zws, please merge the main into the zws branch in daily basis
the backend being developed using fastify + ws
I know firebase or supabase might be better than custom backend but Idgaf
WebSocket.send
that have kind of auto-completion to the events that could be send from user to servermonorepo
to make sharing types for typesafe event handling easierThe text was updated successfully, but these errors were encountered: