platform/lib/angel_framework.dart

4 lines
112 B
Dart
Raw Normal View History

2016-02-28 13:11:17 +00:00
/// A controller-based MVC + WebSocket framework in Dart.
library angel_framework;
export 'src/http/http.dart';