package
0.11.9
Repository: https://github.com/vndocker/encrypted-graphql.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