Building a Dart server from scratch
Part 1 in a series about Server Side Dart without a framework

I really like being able to use the same language to write server code as when I write Flutter apps. Two of the main frameworks to do that have been Aqueduct and Angel. Unfortunately, they have both been discontinued.
Since the A’s are out, it’s time for plan B.