Categorygithub.com/tinrab/graphql-realtime-chat
repositorypackage
0.0.0-20231110053122-78b4d841d9ab
Repository: https://github.com/tinrab/graphql-realtime-chat.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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