is2
jelly-actix-web-starter
is2 | jelly-actix-web-starter | |
---|---|---|
2 | 15 | |
7 | 225 | |
- | - | |
2.2 | 0.0 | |
5 months ago | almost 2 years ago | |
C++ | Rust | |
Apache License 2.0 | 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.
is2
-
Show HN: Up to 100x Faster FastAPI with simdjson and io_uring on Linux 5.19
I used the rapidjson streams with my little embedded REST HTTP(s) server library: https://github.com/Edgio/is2/
-
Rust is a hard way to make a web API
https://github.com/verizondigital/is2
jelly-actix-web-starter
-
Any actix-web scaffold?
You can look at https://github.com/secretkeysio/jelly-actix-web-starter
-
Actix Web v4.0 (Rust)
My usual reminder that I have a Django-ish template for actix-web that I maintain: https://github.com/secretkeysio/jelly-actix-web-starter
Now that actix-web 4.0 is out I should be able to finally resolve one of the open issues/PRs, which I was waiting on 4.0 for.
- Which Rust web framework to choose in 2022 (with code examples)
-
The 10 books that helped me, as a hobbyist, on my journey to learn Rust to re-code a Django application
For those interested in Django-in-Rust type approaches, I maintain an actix-web starter project that does exactly this: https://github.com/secretkeysio/jelly-actix-web-starter
-
An Introduction To Session-Based Authentication In Rust | Zero To Production In Rust #10.5
I maintain a starter for all of this kind of stuff on top of actix-web, for anyone interested: https://github.com/secretkeysio/jelly-actix-web-starter/
-
Announcing actix-web-flash-messages: a port of Django's messages framework to actix-web
Curious why you went with the mailbox approach - since a request is pretty much in-and-out, I found it sufficient to just write a trait for HttpRequest and have a custom render(...) method that pulls any flash messages from the session, thus clearing them. Wouldn't surprise me if I'm missing something tho.
- Ask HN: Go-To Web Stack Today?
-
Trillium web framework
I love Askama, but being tied to compile time changes is an absurd handicap on a web framework in the initial iteration phase. With Tera, you can implement a watcher for template changes and reload them without needing to recompile the entire framework.
-
What’s everyone working on this week (12/2021)?
If you want, I have an open source actix-web repo that does stuff like this for you already.
-
Rust as a Flask API replacement? + performance benefits?
If you enjoy Python's web story but want something similar-ish in Rust, you can check out my actix boilerplate repo - it "mimics" Django in many ways. If nothing else, might be useful for picking apart.
What are some alternatives?
quantizr - Open-source CMS, Document Collaboration, Microblogging, and Publishing with AI Chatbot and AI Coding Agent supporting most Cloud AI providers
uWebSockets.js - μWebSockets for Node.js back-ends :metal:
json-buffet
poem - A full-featured and easy-to-use web framework with the Rust programming language.
json_benchmark - Python JSON benchmarking and "correctness".
sailfish - Simple, small, and extremely fast template engine for Rust
jelly - User authentication/sessions/etc for Actix-Web. More of a sample project than a crate, but probably useful to some people.
redwood - The App Framework for Startups
data-analysis
miniserve - 🌟 For when you really just want to serve some files over HTTP right now!
cargo-watch - Watches over your Cargo project's source.
yew - Rust / Wasm framework for creating reliable and efficient web applications