FilipMessa / graphql-live-chat

Chat built with GraphQL Live Subscriptions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Chat built with GraphQL Live Subscriptions.


Languages

Language:TypeScript 80.9%Language:HTML 7.1%Language:JavaScript 5.8%Language:Dockerfile 5.4%Language:CSS 0.8%