Filter
Exclude
Time range
-
Near
#Apache: rilevate nuove vulnerabilità, di cui 2 con gravità “critica”, nel prodotto #HttpServer Rischio: 🟠 Tipologia: 🔸 Arbitrary Code Execution 🔗 acn.gov.it/portale/w/rilevat… 🔄 Aggiornamenti disponibili 🔄
2
209
This is a sample Datastar app from @drk derekr.github.io/datastar-sw… 1/ it's really cool! silky smooth 2/ note how it's running off gh static pages!? They have worked out how to move the httpserver, to the browser! derekr.github.io/datastar-sw…
2
3
18
775
I'm very careful about dependencies I'm using in my OSS projects. Today, someone came to lunet to replace ASP .NET HttpServer with an obscure closed source http server github.com/lunet-io/lunet/pu… I had a quick look inside and don't see anything suspicious, but it could become a trojan horse. So weird. Instant no go! 🚨
8
58
5,916
Voilà: tinyurl.com/2tdeaypa et comme absolument tout est cohérent (HttpApi Schema HttpServer), tu as juste à provide un layer et beep boop ça marche directement, pas besoin de relier des fils entre 15 libraries comme tous les autres frameworks
1
2
146
Deep Dive w/ Tim: LLM Agent Embodiment Kit HTTPServer Channel x.com/i/broadcasts/1RKZzjZbW…

3
821
clone the effect repo, ask it to find example of the httpserver inside their source. My llm oneshotted this last week by saying "there's actually pretty good example of httpserver inside the effect repo". I now have 3 times less code for the double of feature and robustness.
1
8
1,668
Nope not rewriting github.com/kartikey321/dart-… I am just developing a proof of concept for shifting httpserver parsing from dart to zig. these are tried out benchmarks for it github.com/MDA2AV/HttpArena/… currently it only supports http1.1 support.

1
3
84
It's that time of year again... Blazium Release: 0.5.246 which is based on our 4.3.x Branch has been released, you can grab it from blazium.app/download/prebuil…, Video, and more posted tomorrow. Today has been 1 of those days. added enetserver, socketio, twitchapi, kickapi, obsclient, irc and httpserver natively also added rcon support and crowdcontrol support. Posts to come to explain everything!!!!

ALT Oh Yeah GIF

1
5
120
Replying to @shiweidu
I have been playing around a lot lately with creating alternative an alternative httpserver that satisfies the same APIs but no dart:io. I suppose the same approach would work for a socket only approach, think you'd be limited by the socket APIs though pub.dev/packages/server_nati…
3
4
540
Been working on a more performant HttpServer drop in replacement for @dart_lang via ffi and rust and so far so good. currently tested against relic, serinus and shelf pub.dev/packages/server_nati… @kevmoo @francescovll @jezell
7
3
38
1,750
Replying to @TheOfficial1984
The bringer of the light through sound. sound>light Lucifer Lightbringer Lucifer is a fast, lightweight web framework in dart. Built on top of native dart HttpServer to provide an elegant way to fulfill the needs of many modern web server these days. Lucifer is open, efficient, and provide lots of features to handle dozen kinds of things. github.com/salkuadrat/lucife… Asclepius AI Welcome to Personalized Medicine Asclepius.ai The Future of Healthcare  Pioneering a New Era in Medicine with Advanced AI Technology  asclepius.ai/
3
4
545
我发现我好像不太适合给人打工 因为我代码是野路子学的 导致我的代码风格/数据库结构/处理逻辑,甚至是使用的框架都自成体系 如果以业界通用的标准审视我的代码 负责审查的那个人肯定会疯掉( “这个人大小写命名怎么和我们不一样” “怎么不用springboot?httpserver是什么玩意” 😢😢😢
4
20
1,038
Jan 13
Built my first Actix-Web server and finally understood how to share one database / HTTP client across all worker threads safely. 1. Create a single AppState with the shared resource (like sqlx::Pool or reqwest::Client). 2. Wrap it in web::Data::new(AppState { ... }) so it becomes a cheap, thread-safe shared handle. 3.Move that shared state into HttpServer::new(move || ...) and call .app_data(state.clone()) so each worker gets a clone of the same Arc-backed state, not a new pool. 4. In handlers, take data: web::Data<AppState> and use data.pool / data.client instead of creating a new connection or client per request. #Rust #ActixWeb #RustLang #WebDevelopment #Backend @Lg__Crusty @Actix
1
1
2
87
Replying to @huige545
而且不许用任何框架,来用java原生的httpserver哦~♡
1
4
63
吐槽个事 搞javaweb页面我不怎么喜欢用springboot、nginx之类的框架 ...... 我用的java原生的httpserver! 虽然这玩意老但是应付我这种低并发的需求 网站真的够用了 而且还基本上不用担心大的框架有什么通用的漏洞会影响到我 ( ˊ ᵕ ˋ 💦)
3
14
671
23 Dec 2025
HttpServer::new creates an App per worker thread, not one global app So state created inside that closure is thread-local and can desync For truly shared state, create web::Data outside the closure, clone it in, and use Mutex if you need mutation
1
18
437
甚至我java写接口和网站从来不用任何springboot之类的框架 我纯靠java原生的httpserver去手搓一个出来 我十几个项目都这么干( 奇怪的执念
总看到xx开源库有xx漏洞 之前log4j那个让我印象深刻 于是我现在很多东西都是手搓 比如我轮子里的日志模块 本质上就是stdout套壳 反正我又用不到那么多复杂功能 能有个带时间的日志输出 写入就完全够用了 🤣🤣🤣
5
950
5 Dec 2025
#Apache: rilevate nuove vulnerabilità di sicurezza in #HTTPServer Rischio: 🟡 Tipologia: 🔸 Security Restrictions Bypass 🔸 Information Disclosure 🔗 acn.gov.it/portale/w/risolte… 🔄 Aggiornamenti disponibili 🔄
2
236
31 Oct 2025
Replying to @AbdulazeezRaja
I think Dart Frog and Serverpod are too big ones. But for simple things just barebones HttpServer or shelf are enough.
4
2
16
2,268