by otaviogood on 5/5/21, 5:08 PM with 3 comments
by otaviogood on 5/5/21, 5:08 PM
Tech: Frontend uses Svelte / Snowpack, which is great. The game view uses the DOM, which is questionable, but my webgl implementation wasn't so hot either.
Backend is Firebase for general stuff, server written in Golang for the realtime game stuff, and another Golang server for video.
Main techincal lesson learned so far: WebRTC sure is a pain to get right across everyone's devices, browsers, and connections.