graphql-redis-realtime-chat

command module
v0.0.0-...-4bbda85 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2021 License: MIT Imports: 3 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL