OreQr
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Vishnu Mouli on 4/11/2025 in #questions
Custom Hooks using tRPC API
Hi @Vishnu Mouli, what lib are you using with trpc that you doing
c.json(...
?5 replies
TTCTheo's Typesafe Cult
•Created by şiar_619 on 12/19/2024 in #questions
credential login with NextAuth
94 replies
TTCTheo's Typesafe Cult
•Created by Court on 1/14/2025 in #questions
NextAuth.js is now part of the Auth.js
Hi @Court, what errors? T3 uses
next-auth5.0.0-beta.x
which is already https://authjs.dev/ you need to look at this documentation4 replies
TTCTheo's Typesafe Cult
•Created by NinjaBunny on 1/15/2025 in #questions
real time video stream that gets served to multiple users
Hi @NinjaBunny, why don't you just use hls streaming? You could skip whole rabbit mq, pipeline stuff. And when you need to use it you can just send
video/mp4
instead of text/event-stream
10 replies