Build a TINY Dart Language Web Server with Docker Multi-Stage | DartLang Tutorial | Dart Server Side

Описание к видео Build a TINY Dart Language Web Server with Docker Multi-Stage | DartLang Tutorial | Dart Server Side

this is the first video in a series where chris attempts to create a super fast web server using the Dart Language (DartLang). in this tutorial chris builds a pretty fast web server with dart server side and builds into a very small docker image of around 9MB in size.

In this video you'll learn how to get started with the Dart Language (dartlang) including learning some of the basic syntax and techniques such as cascades. Chris also shows you how to perform your web server and build it into a pretty small docker container image.

For more advanced users Chris deep dives multi-stage docker image builds and trims the docker image to a 9MB image.

In future videos, chris will make the server run even faster using Isolates and will eventually get the web server running at 177,000 Requests per Second.

00:00 introduction
00:30 create the dart project - hello dart
02:30 create a dart web server
10:30 performance testing using wrk
12:30 compiling the dart binary
14:45 creating a dart dockerfile
17:27 build and run the docker image
19:30 performance testing the docker image
20:35 multi-stage docker build with debian buster slim
25:00 multi-stage docker using a scratch image
27:30 conclusion

Комментарии

Информация по комментариям в разработке