A WebSocket chatrooms server.
-
Connect using a WebSocket terminal client (
wscat
recommended)- With no installation
pnpm dlx wscat -c wss://plot.gq
yarn dlx wscat -c wss://plot.gq
npx wscat -c wss://plot.gq
- After installation
wscat -c wss://plot.gq
-
Join a room with your friends and plot away! 🎉
All changes to the database should first happen in the other repo, and then you run the following commands here:
npx prisma db pull
npx prisma generate