Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 681 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 681 Bytes

OpenRasta

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 has moved...

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.