redstone 0.5.21+1 copy "redstone: ^0.5.21+1" to clipboard
redstone: ^0.5.21+1 copied to clipboard

outdatedDart 1 only

A metadata driven microframework for Dart

Redstone #

[![Join the chat at https://gitter.im/redstone-dart/redstone](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/redstone-dart/redstone?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Build Status

Redstone is a server-side, metadata driven micro-framework for Dart.

How does it work?

Redstone.dart allows you to easily publish your functions and classes through a web interface, by just adding some annotations to them.

import 'package:redstone/server.dart' as app;

@app.Route("/")
helloWorld() => "Hello, World!";

main() {
  app.setupConsoleLog();
  app.start();
}

Want to know more?

Check out our wiki! :)

History

Redstone.dart was created by Luiz Henrique Farcic Mineo. On April 11th 2015, it was announced that Luiz would no longer be able to maintain this project. The community soon took to the issue tracker to plan a way to keep development up. Along with Luiz, decisions were made to put the entire project into the hands of the community.

1
likes
0
pub points
10%
popularity

Publisher

unverified uploader

A metadata driven microframework for Dart

Homepage

License

unknown (LICENSE)

Dependencies

collection, crypto, di, grinder, http, mime, route_hierarchical, shelf, stack_trace

More

Packages that depend on redstone