Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinrab/graphql-realtime-chat
Real-time Chat with GraphQL Subscriptions in Go
https://github.com/tinrab/graphql-realtime-chat
golang graphql websocket
Last synced: about 3 hours ago
JSON representation
Real-time Chat with GraphQL Subscriptions in Go
- Host: GitHub
- URL: https://github.com/tinrab/graphql-realtime-chat
- Owner: tinrab
- License: mit
- Created: 2018-06-09T12:43:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T17:26:10.000Z (10 months ago)
- Last Synced: 2024-06-18T18:51:57.133Z (5 months ago)
- Topics: golang, graphql, websocket
- Language: Vue
- Homepage:
- Size: 1.31 MB
- Stars: 108
- Watchers: 6
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Real-time Chat with GraphQL Subscriptions in Go
Underlying source code for the article [Real-time Chat with GraphQL Subscriptions in Go](https://outcrawl.com/go-graphql-realtime-chat).
## Running
Run server:
```
$ docker-compose up -d --build
```Run Vue app:
```
$ cd frontend
$ npm run start
```