https://github.com/chungquantin/simple-chat-app
The simple chat app with TypeGraphQL, TypeORM, GraphQL Yoga, Nx Monorepo and React
https://github.com/chungquantin/simple-chat-app
Last synced: 12 months ago
JSON representation
The simple chat app with TypeGraphQL, TypeORM, GraphQL Yoga, Nx Monorepo and React
- Host: GitHub
- URL: https://github.com/chungquantin/simple-chat-app
- Owner: chungquantin
- Created: 2021-01-07T13:09:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T16:56:34.000Z (over 5 years ago)
- Last Synced: 2025-08-23T09:33:09.524Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Chat App

The simple chat app with TypeGraphQL, TypeORM, GraphQL Yoga, Nx Monorepo and React
This project uses the template https://github.com/chungquantin/typegraphql-graphql-nx-boilerplate
- TypeORM: For data mapping and database design
- TypeGrapgQL: A GraphQL framwork for writing the schemas in term of classes
- Graph Yoga: A library for constructing the GraphQL server (Apollo Server-like)
- Nx Monorepo: A tool for making the client extensible with the monorepo microservice architecture
- React: Front-end framework
Instead of using socket.io for real-time data update, I use GraphQL Subscription.