Skip to content

A lightweight web framework for .NET inspired by ruby's Sinatra.

License

Notifications You must be signed in to change notification settings

jmptrader/Martin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Martin is a lightweight web framework for .NET inspired by ruby's Sinatra.

Martin is a simple .NET web framework based on the idea of mapping URLs directly to actions. An action in Martin vernacular is a class that can implement one or more of the four major HTTP verbs (GET, POST, PUT, DELETE) as instance methods. When a request comes in the appropriate action class is instantiated and based on the request verb the correct method is invoked, plain and simple.

If you would like to contribute please feel free to fork the repo, make some changes, and submit a pull request...all enhancements are welcome. If you'd like to write some documentation please feel free to send me anything you have and I'll add it to the wiki.

About

A lightweight web framework for .NET inspired by ruby's Sinatra.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 94.6%
  • HTML 4.8%
  • Classic ASP 0.6%