MateuszM
MateuszM
Explore posts from servers
TTCTheo's Typesafe Cult
Created by MateuszM on 7/27/2024 in #questions
vercel (other) as game server
Hey, I need a game server for my billiard game (which would just be SPA) that supports web sockets. The plan is to offload traffic (syncing state between two players) to WebRTC if possible and use this server for signaling in WebRTC or as a fallback if WebRTC doesn't work. I was thinking of using Vercel for this, but I would prefer to write the server in "Go" to learn something new. This will most likely be partially open source. Do you have some suggestions? Thanks in advance
4 replies
TTCTheo's Typesafe Cult
Created by MateuszM on 7/23/2024 in #questions
storybook like playground
Hey, I'm creating shared react components library. It will be used by couple of frontend apps in my project. I want developers to preview and play with this component library. It's there something newer or better than storybook for this?
1 replies