Showing posts with the label Server-side

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