Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```