Kev Posted May 20, 2021 Report Posted May 20, 2021 (edited) WunderGraph Realtime Chat Example using NextJS, TypeScript & PostgreSQL Description This Example demonstrates how to build a production-grade Realtime Chat application by writing two GraphQL Queries. Features: Authentication Authorization Realtime Updates Cross Tab Login/Logout typesafe generated Typescript Client Prerequisites Make sure you have docker compose installed. Alternatively, you can use any PostgreSQL database available on localhost. Getting Started Install the dependencies and run the example: yarn global add @wundergraph/wunderctl@latest yarn yarn dev Questions? Read the Docs. Join us on Discord! Download: nextjs-typescript-postgresql-realtime-chat-main.zip or git clone https://github.com/wundergraph/nextjs-typescript-postgresql-realtime-chat.git Source Edited May 20, 2021 by Kev Quote