stream 0.5.0 copy "stream: ^0.5.0" to clipboard
stream: ^0.5.0 copied to clipboard

outdatedDart 1 only

Stream is a Dart web server supporting URI mapping, templating, file-based static resources and MVC design pattern.

#Stream

Stream is a Dart web server supporting URI mapping, templating, file-based static resources and MVC design pattern.

Stream is distributed under an Apache 2.0 License.

##Install from Dart Pub Repository

Add this to your pubspec.yaml (or create it):

dependencies:
  stream:

Then run the Pub Package Manager (comes with the Dart SDK):

pub install

For more information, please refer to Stream: Getting Started and Pub: Getting Started.

##Install from Github for Bleeding Edge Stuff

To install stuff that is still in development, add this to your pubspec.yam:

dependencies:
  stream:
    git: git://github.com/rikulo/stream.git

For more information, please refer to Pub: Dependencies.

##Usage

(Under Construction) Please refer to the following examples

##Notes to Contributors

###Fork Stream

If you'd like to contribute back to the core, you can fork this repository and send us a pull request, when it is ready.

Please be aware that one of Stream's design goals is to keep the sphere of API as neat and consistency as possible. Strong enhancement always demands greater consensus.

If you are new to Git or GitHub, please read this guide first.

8
likes
0
pub points
77%
popularity

Publisher

verified publisherquire.io

Stream is a Dart web server supporting URI mapping, templating, file-based static resources and MVC design pattern.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, logging, rikulo_commons

More

Packages that depend on stream