/graphql-live-chat

Chat built with GraphQL Live Subscriptions.

Primary LanguageTypeScript

GraphQL Live Chat

Simple Web Chat Application based on https://github.com/D1plo1d/graphql-live-subscriptions

demo

Stack Overview

Frontend

  • TypeScript
  • React
  • Relay

Backend

  • GraphQL (Live) Subscriptions
  • GraphQL Codegen
  • Express
  • TypeScript
  • Immer.js

How can I run it?

Locally (Development Mode)

yarn install
yarn lerna bootstrap
yarn lerna run start

Visit http://127.0.0.1:3000.

Docker (Production Mode)

docker build -t graphql-live-chat .
docker run -p 8080:3001 graphql-live-chat

Visit http://127.0.0.0.1:8080.