Hono Chat
2026Real-time chat with URL-based rooms, WebSockets and PostgreSQL.
Hono Chat is a real-time messaging app with URL-based rooms. Each room keeps conversations persistent and lets people join with little friction from a shared link.
The frontend uses Next.js, React and TypeScript. The backend is built with Hono, WebSockets for bidirectional messaging and PostgreSQL for persistence.