All Projects → n1ru4l → graphql-live-chat

n1ru4l / graphql-live-chat

Licence: other
Chat built with GraphQL Live Subscriptions.

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects
CSS
56736 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].