Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 811 Bytes

README.markdown

File metadata and controls

6 lines (4 loc) · 811 Bytes

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.