_examples/chat/readme.md
Example app using subscriptions to build a chat room.
go run ./server/server.go
The react app uses two different implementation for the websocket link
First you need to install the dependencies
npm install
Then to run the app with the apollo-link-ws implementation do
npm run start
or to run the app with the graphql-ws implementation (and the newer graphql-transport-ws protocol) do
npm run start:graphql-transport-ws
or to run the app with the graphql-sse implementation do
npm run start:graphql-sse