Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricedb/rawstack
Building applications using the RAW stack. RavenDB, AngularJS and ASP.NET WebAPI
https://github.com/mauricedb/rawstack
Last synced: about 1 month ago
JSON representation
Building applications using the RAW stack. RavenDB, AngularJS and ASP.NET WebAPI
- Host: GitHub
- URL: https://github.com/mauricedb/rawstack
- Owner: mauricedb
- Created: 2014-02-11T18:46:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T22:44:59.000Z (over 4 years ago)
- Last Synced: 2024-08-01T19:35:02.755Z (4 months ago)
- Language: JavaScript
- Size: 16.2 MB
- Stars: 17
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The RAW Stack
========[![Build status](https://ci.appveyor.com/api/projects/status/87g7ilroq4arwayi?svg=true)](https://ci.appveyor.com/project/mauricedb/rawstack) [![Greenkeeper badge](https://badges.greenkeeper.io/mauricedb/RawStack.svg)](https://greenkeeper.io/)
Why the RAW stack? Well it is kind of the equivalent of the MEAN stack. Not that there is anything wrong with the MEAN stack, quite the opposite, but being a .NET developer I really like to keep using .NET where it's strengths lie and where it is suitable. On the server C# with its fast async capabilities is still quite awesome.
A running demo can be found [here](http://rawstack.azurewebsites.net/).
## [RavenDB](http://ravendb.net/) ##
RavenDB is a transactional, open-source Document Database written in .NET, and offering a flexible data model designed to address requirements coming from real-world systems. RavenDB allows you to build high-performance, low-latency applications quickly and efficiently.## [AngularJS](http://angularjs.org/) ##
HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.## [ASP.NET WebAPI](http://www.asp.net/web-api) ##
ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.