Realtime changes with tRPC, Web Sockets, Fastify, and React.
git clone git@github.com:mrzachnugent/tchat.git
cd tchat
npm i
npm run dev
This "monorepo" is packaged together with git submodules. You can check out the individual repos:
The purpose of this repo was to help me learn about tRPC and Websockets. It is also meant to give an example of how to get all of these technologies to get to work together. This is my third attempt so hopefully it can help me or others in the future.