Web development done right
The OpenRasta project is a web framework that les you build web applications as simple as
public class Home {
public string Get() {
return "Hello world";
}
}
OpenRasta is the most popular alternative http framework on the .net platform.
The code on this branch is there for historical reasons only (the 2.0 version) and is not maintained anymore.
Since OpenRasta 2.1, all code is available in separate packages, each with their own repositories:
You can check the list of available packages and their repositories.