Dart By Example by Mitchell Davy

Dart By Example by Mitchell Davy

Author:Mitchell, Davy [Mitchell, Davy]
Language: eng
Format: azw3, epub
Publisher: Packt Publishing
Published: 2015-09-25T04:00:00+00:00


Note

You can find out more about Redstone at http://redstonedart.org/.

Rikulo

Rikulo modestly describes itself as a lightweight—Dart web server. It has a list of interesting features including request routing, template engine, and the MVC (Model–view–controller) design pattern. Rikulo Stream is the server story and its Hello World example to serve static content is a single line:

import "package:stream/stream.dart"; void main() { new StreamServer().start(); }

Note

You can find out more about Rikulo at http://rikulo.org/, where several projects are listed.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.