ts-rest / ts-rest

RPC-like client, contract, and server implementation for a pure REST API
https://ts-rest.com
MIT License
2.09k stars 91 forks source link

Subscriptions/Websockets Support #607

Open joelbqz opened 2 weeks ago

joelbqz commented 2 weeks ago

Is your feature request related to a problem? Please describe. I'd like to implement realtime on my app

Describe the solution you'd like Subscriptions, eg https://trpc.io/docs/subscriptions

Describe alternatives you've considered tRPC server

digisomni commented 2 weeks ago

I came here shopping for the same reason, tRPC is such a pain to get working and I was hoping for a simpler implementation.