Categorygithub.com/naoki-kishi/graphql-redis-realtime-chat
modulepackage
0.0.0-20210802074041-4bbda85220ef
Repository: https://github.com/naoki-kishi/graphql-redis-realtime-chat.git
Documentation: pkg.go.dev

# README

Realtime Chat Server using GraphQL Subscriptions and Redis PubSub

Abstruct

  • This is the realtime chat server using GraphQL Subscriptions.
  • GraphQL server is writtern in Golang.
  • GraphQL server uses Redis PubSub in order to share messages on multiple servers.

Demo

Explanation Entry

GraphQL SubscriptionsとRedis PubSubを使ってリアルタイムチャットサーバーを作る

Getting started

  1. Run GraphQL server.
git clone https://github.com/p1ass/graphql-redis-realtime-chat.git
cd graphql-redis-realtime-chat
docker-compose up
  1. Open localhost:8080 and try GraphQL Playground.

  2. You can also try it using a Nuxt.js client.

cd frontend
yarn
yarn dev

or

cd frontend
npm install
npm run dev

Architecture

Architecture

References

# Packages

No description provided by the author
No description provided by the author