tCHAT

Realtime changes with tRPC, Web Sockets, Fastify, and React.

Screenshot

Try it locally

git clone git@github.com:mrzachnugent/tchat.git
cd tchat
npm i
npm run dev

About The Project

Screenshot-2

Built With

This "monorepo" is packaged together with git submodules. You can check out the individual repos:

Purpose

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.