A simple, blazingly fast, self-hosted URL shortener with no unnecessary features; written in Rust.
#docker, #rust, #container, #self-hosted, #url-shortener, #webapp, #shortener, #compose, #link-shortener, #actix-web, #podman, #quadlets
A simple, blazingly fast, self-hosted URL shortener with no unnecessary features; written in Rust.
#docker, #rust, #container, #self-hosted, #url-shortener, #webapp, #shortener, #compose, #link-shortener, #actix-web, #podman, #quadlets
Hyperlambda đạt hiệu suất gấp đôi Rust với Actix-Web trong bài kiểm tra xử lý HTTP: 75.500 yêu cầu trong 30 giây so với 38.500 yêu cầu của Rust. Dù Rust về lý thuyết nhanh hơn, nhưng "framework slop" có thể làm giảm hiệu suất thực tế. Cần thêm phân tích để lý giải điều này.
#Hyperlambda #Rust #ActixWeb #Performance #Backend #NgônNgữLậpTrình #HiệuSuất #LậpTrình
#htmx is really awesome! Yesterday, I was able to replace ~100 lines of #JavaScript with ~60 lines of #rustlang code for rendering the same content. At the same time I even got small UX-improvements (i.e. hx-trigger provides many more features than I could implement correvtly myself)
The huge benefit: I am 1000 times more *confident* in the correctness & robustness of my Rust code (mainly because I am much more experienced in Rust) compared to js.
Продолжаем работать с Actix Web (часть 1)
Продолжим работу с Actix Web и сделаем реальный пример мессенджера В этой статье также покроются темы jwt и raw sql в rust
Начало работы с Actix Web
Actix Web или как влиться в производительность. В этой статье есть все необходимое, чтобы начать писать на actix web
@d2718 ooh thanks!
I actually found a different one (rust_cgi), but yours might be better because I can (probably, for example) make an #ActixWeb project and then have a custom executable that receives the call through CGI instead of the regular server.
The other one already uses hyper's http library, but an outdated version, so I'm not sure how that'll play with whatever Actix expects. Since dumb_cgi is nearly nothing, I can see myself fitting it onto whatever 
Написать X-docker-isolation-provider сложно — но не невозможно
Вы когда-нибудь чувствовали себя пионерами? Вот именно так я себя и ощущал, когда писал docker-isolation-provider для платформы ассоциативного программирования Deep . Все было так: в один прекрасный день у нас на платформе связей решили - было бы славно портировать нашего бота в Deep . А для этого нужно было написать так называемые провайдеры . Провайдеры нужны лишь для одной цели - дать возможность пользователю выполнять пользовательские хэндлеры на любом языке. Тогда я просто подумал, что было бы неплохо помочь парням, которые вероятно Rust никогда в жизни не видели . Ох, как же я тогда ошибался…
https://habr.com/ru/articles/822093/
#deepfoundation #программирование #история_разработки #rust #actixweb #serde #wasm