hopperelec / DefinitionDash

https://definition-dash.vercel.app
Creative Commons Attribution Share Alike 4.0 International
1 stars 0 forks source link

Implement type-safety for realtime messages #3

Open hopperelec opened 3 months ago

hopperelec commented 3 months ago

Ably's lack of type-safety for realtime messages lead to multiple issues during development so is something I would like to avoid in the future. Doing this would probably require either writing my own Ably client or switching to an entirely different realtime provider.