graphql-realtime-chat icon indicating copy to clipboard operation
graphql-realtime-chat copied to clipboard

Real-time Chat with GraphQL Subscriptions in Go

Real-time Chat with GraphQL Subscriptions in Go

Underlying source code for the article Real-time Chat with GraphQL Subscriptions in Go.

Running

Run server:

$ docker-compose up -d --build

Run Vue app:

$ cd frontend
$ npm run start