Skip to content

sipman/butterfly-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Minimalist Web Framework Built For Specifically For Supporting Clean Architecture

Usage

A simple usage example:

import 'package:butterfly/butterfly.dart';

main() {
  var application = Application();

  application.registerEndpoint(SayHelloWorldEndpoint());

  application.run();
}

About

A Minimalist Web Framework Built For Specifically For Supporting Clean Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors