This is the Linux app named async-graphql whose latest release can be downloaded as 5.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named async-graphql with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
async-graphql
DESCRIPTION
Async-graphql is a GraphQL server-side library implemented in Rust. It is fully compatible with the GraphQL specification and most of its extensions and offers type safety and high performance. You can define a Schema in Rust and procedural macros will automatically generate code for a GraphQL query. This library does not extend Rust's syntax, which means that Rustfmt can be used normally. I value this highly and it is one of the reasons why I developed Async-graphql. I like GraphQL and Rust. I've been using Juniper, which solves the problem of implementing a GraphQL server with Rust. But Juniper had several problems, the most important of which is that it didn't support async/await at the time. So I decided to make this library for myself.
Features
- Static and dynamic schemas are fully supported
- Fully supports async/await
- Rustfmt friendly (Procedural Macro)
- Minimal overhead
- Upload files (Multipart request)
- Subscriptions (WebSocket transport)
Programming Language
Rust
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/async-graphql.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.