Rust-Game-Template
juniper
Rust-Game-Template | juniper | |
---|---|---|
3 | 11 | |
7 | 5,694 | |
- | 0.7% | |
0.0 | 8.6 | |
10 months ago | 14 days ago | |
Rust | Rust | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Rust-Game-Template
- I made this epic rust template so if you need s game window or sum here ya go. Ps. Instructions are in the read me
-
Rust Game
I made this epic rust template so if you need s game window or sum here ya go. Ps. Instructions are in the read me https://github.com/TechPenguineer/Rust-Game-Template
juniper
-
New Rustacean Looking For Guidance
juniper
-
Hey! TS dev looking for Rust project to begin.
GraphQL is also an option. https://github.com/graphql-rust/juniper
-
A question about Warpgrapher (framework for creating data model-driven GraphQL API services)
Juniper has plenty of popularity, so I guess it's Rust + graph DB that doesn't get much love then... :/
- Juniper - Graphql server library for rust
- Building a type-safe Fullstack Application with GraphQL codegen
-
rusty-gql Schema first GraphQL library for Rust
rusty-gql would not be able to release without async-graphql and juniper.
- GraphQL Server Library for Rust
-
Looking for GraphQL server with ws-transport ability
I'm looking for graphql server that can do queries and mutations over websocket, like subscriptions-transport-ws. Juniper and async-graphql both looks promising and async-graphql at least uses wording Subscriptions (WebSocket transport) in features but i couldn't find much more or any examples about that from the docs or repo.
-
Is graphQL generally worse at performance than REST?
We also donโt use Node anymore. We found Node in general to be incredibly slow, not to mention single threaded. Admittedly, we did use Node (Apollo) though up until about two years ago. Now, depending on use-case, we will use Go (https://github.com/99designs/gqlgen) or Rust (https://github.com/graphql-rust/juniper). Both outperform a Node gateway but significant margins.
-
[Question] Streams with Graphql Subscriptions / PubSub
(example from the docs async-graphql https://async-graphql.github.io/async-graphql/en/subscription.html, juniper: https://github.com/graphql-rust/juniper/blob/master/docs/book/content/advanced/subscriptions.md)
What are some alternatives?
wasm-learning - Building Rust functions for Node.js to take advantage of Rust's performance, WebAssembly's security and portability, and JavaScript's ease-of-use. Demo code and recipes.
async-graphql - A GraphQL server library implemented in Rust
Graviton-App - ๐ A modern-looking Code Editor
dropshot - expose REST APIs from a Rust program
tarpaulin - A code coverage tool for Rust projects
gqlgen - go generate based graphql server library
endbasic - BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust
rust-graphql-actix-juniper-diesel-example - Rust, Actix, Juniper and Diesel example project
cargo-edit - A utility for managing cargo dependencies from the command line.
graphql-playground - ๐ฎ GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)
rust-template - A project template for setting up new Rust 2021 Edition projects with cargo-make/rustfmt/rust-clippy.
async-stream - Asynchronous streams for Rust using async & await notation