graphql-realtime-chat
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