Routing HTTP requests in a Dart server

Suragch
Flutter Community
Published in
9 min readJan 2, 2021

--

Part 2 in a series about Server Side Dart without a framework

original photo source

This article is a continuation in exploring Dart as an HTTP server backend, but without any frameworks or third-party packages. Knowing how to build a Dart server from scratch will not only make you a better developer in general, but will also keep you from being left in the lurch when your favorite framework falls off a cliff.

--

--