graphql realtime chat

Real-time Chat with GraphQL Subscriptions in Go

106
23
Vue

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