How do I add a Websocket server to a normal tRPC HTTP server for realtime events?
I have a project that contains the following:
Is this possible? And can you point me to any documentation about how to set that up?
Thanks!
- Express API using TRPC
- CapacitorJS mobile app using SolidJS
- PWA app using SolidJS
Is this possible? And can you point me to any documentation about how to set that up?
Thanks!