Real-time Chat with GraphQL Subscriptions in Go
Underlying source code for the article Real-time Chat with GraphQL Subscriptions in Go.
Run server:
$ docker-compose up -d --build
Run Vue app:
$ cd frontend $ npm run start