-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (33 loc) · 1.46 KB
/
index.html
File metadata and controls
36 lines (33 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: OpenRasta - a Resource-Oriented framework to build MVC-style applications on ASP.Net 2 and above.
layout: basic
---
<h1>
OpenRasta is an open-source .NET framework for building everything web, from web sites to RESTful APIs
</h1>
<p>
Written from the ground-up with testing in mind, OpenRasta removes the faff from your code and lets you concentrate on writing clean, beautiful code.
</p>
<p>
Proven in the real world, OpenRasta is the perfect choice for building scalable, high-performance, reliable web services.
</p>
<p>
To install via <a href="http://www.openwrap.org">OpenWrap</a> command line:</p>
<code>
<pre>o add-wrap openrasta-devtools -sys</pre>
</code>
<p>
Or you can install using <a href="http://www.nuget.org/packages?q=openrasta">NuGet</a></p>
<h2>Find out more</h2>
<p>
Sebastien Lambla, the creator of OpenRasta, writes about the project in his <a href="http://codebetter.com/sebastienlambla/">blog at CodeBetter.com</a>.
</p>
<p>
There is a <a href="http://github.com/openrasta/openrasta/wiki">wiki</a> at GitHub. You
should probably <a href="http://twitter.com/serialseb">follow seb on twitter</a> as well!
</p>
<ul>
<li><a href="http://github.com/openrasta/openrasta/wiki">Read the documentation</a></li>
<li><a href="http://github.com/openrasta/openrasta/issues">Fill a bug report or feature request</a></li>
<li><a href="download.html">Download the bits</a></li>
</ul>