package
0.13.2
Repository: https://github.com/dgraph-io/gqlgen.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

chat app

Example app using subscriptions to build a chat room.

to run this server

go run ./example/chat/server/server.go

to run the react app

cd ./example/chat
npm install 
npm run start