Standalone HTTP Server with Relic in Dart (opens in new tab)
Instead of creating another classic web server displaying some static value, we will create today a local cache management over HTTP using Dart and Relic. $ dart create -t console-full cache_relic Creating cache_relic using template console-full... .gitignore analysis_options.yaml CHANGELOG.md pubspec.yaml README.md bin/cache_relic.dart lib/cache_relic.dart test/cache_relic_test.dart Running pub get... 0.5s Resolving dependencies... Downloading packages... Changed 48 dependencies! Created pro...
Read the original article