Showing posts with the label Shelf

Scalable REST APIs with Dart and Shelf

F or engineering teams heavily invested in Flutter, the context switch required to maintain a backend in Node.js, Go, or Java can be a silent productivity killer. While Dart is often pigeonholed as …
Scalable REST APIs with Dart and Shelf

Building a Dart Backend: Handling 10k Req/s with Shelf & AOT

The "Context Switch" tax was killing our team's velocity. We were maintaining a robust Flutter mobile application while juggling a backend written in Node.js (TypeScript). On paper, T…
Building a Dart Backend: Handling 10k Req/s with Shelf & AOT

Node.jsからDartサーバーへ:ShelfとAOTコンパイルでメモリ効率を改善した実践録

「DartはFlutterのための言語だ」という認識は、2025年の今、技術的な機会損失になりつつあります。先日、月間数百万リクエストを処理するマイクロサービスのひとつをNode.js (Express) から Server-side Dart に移行しました。その動機は単純で、型安全性(Sound Null Safety)の恩恵をバックエンドにも持ち込みたかったことと、コールドスタート時の…
Node.jsからDartサーバーへ:ShelfとAOTコンパイルでメモリ効率を改善した実践録
OlderHomeNewest