Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabivlj/chat-it-app
"Chat it" is a mini Reddit-like app trying out Graphql (Subscriptions and HTTP) with Golang, React (Apollo) and Mongodb.
https://github.com/gabivlj/chat-it-app
api apollo go golang gqlgen graphql mongo-go-driver mongodb react reddit server subscription typescript websocket
Last synced: about 6 hours ago
JSON representation
"Chat it" is a mini Reddit-like app trying out Graphql (Subscriptions and HTTP) with Golang, React (Apollo) and Mongodb.
- Host: GitHub
- URL: https://github.com/gabivlj/chat-it-app
- Owner: gabivlj
- License: mit
- Created: 2020-05-28T19:47:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:03:17.000Z (over 1 year ago)
- Last Synced: 2023-03-09T23:56:35.133Z (over 1 year ago)
- Topics: api, apollo, go, golang, gqlgen, graphql, mongo-go-driver, mongodb, react, reddit, server, subscription, typescript, websocket
- Language: TypeScript
- Homepage:
- Size: 8.83 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Chat It App
Chat it is a mini Reddit like application but instead of comments, it's a real time chat.
- /client -> The CRA with Apollo Client
- The rest -> Go api with Graphql and Mongodb
It's an application for fun trying out Graphql with Go.
## License
You can use this code however you want, for a template app or whatever, I don't care.