• Stars
    star
    189
  • Rank 197,782 (Top 5 %)
  • Language
    C#
  • Created almost 14 years ago
  • Updated over 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A historical repository no longer maintained

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.