Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxide-byte/simple_chat_graphql
POC GraphQL Client/Server
https://github.com/oxide-byte/simple_chat_graphql
client-server graphql rust
Last synced: 2 days ago
JSON representation
POC GraphQL Client/Server
- Host: GitHub
- URL: https://github.com/oxide-byte/simple_chat_graphql
- Owner: oxide-byte
- License: mit
- Created: 2024-06-26T18:17:42.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-27T18:03:54.000Z (6 months ago)
- Last Synced: 2024-07-27T20:24:18.063Z (6 months ago)
- Topics: client-server, graphql, rust
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Simple Chat GraphQL
This is a simple POC for Rust GraphQL containing Query, Mutation and Subscription for
Server and Client.The code is executable, but contains not a correct design to represent a Chat Client/Server
application. The code is only written in purpose to prepare an AWS AppSync application.Links:
Juniper GraphQL: https://github.com/graphql-rust/juniper
Local PlayGround: http://127.0.0.1:8080