🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/p1ass/graphql-redis-realtime-chat

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/p1ass/graphql-redis-realtime-chat

v0.0.0-20210802074041-4bbda85220ef
Source
Go
Version published
Created
Source

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

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

  • 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

FAQs

Package last updated on 02 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts