Skip to content

TheDom/dart-flight-school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dart-flight-school

This is a small Dart demo application, created at Dart Flight School in Vienna on Feb 1st, 2014.

My intention was to explore how to use Dart on the server-side. To do this I created a simple RESTful web service that handles requests to /:resource/:id and fetches / persists data from a local Redis server. This turned out to be really easy since Dart comes with "batteries included."

Disclaimer: This application is very basic and was just created for learning purposes.

To run the service, install the dependencies via pub install and then start it with dart bin/dartra.dart. Afterwards requests can be issued to http://127.0.0.1:4040.

About

Small Dart demo application, created at Dart Flight School in Vienna on Feb 1st, 2014

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages