An open API service indexing awesome lists of open source software.

https://github.com/gsscoder/simpleowinapp

Simple Owin Application.
https://github.com/gsscoder/simpleowinapp

Last synced: about 1 month ago
JSON representation

Simple Owin Application.

Awesome Lists containing this project

README

          

Simple Owin App
===============

How to play:
---
- Donwload and build [Flux](https://github.com/markrendle/Flux).
- Build this sample and copy the resulting binary ``SimpleOwinApp.dll`` in the same directory of ``Flux.exe``.
- Point your browser to ``http://localhost:3333/``.

Notes:
---
This sample is derived from a Mark Rendle (author of Flux and Fix) one, see [here](https://github.com/markrendle/Fix/tree/master/Print). I've created it only to understand better [Owin](http://owin.org/spec/owin-1.0.0.html) specification, isolating the bare essentials in a simple project.

Blog Article:
---
- [Make your path through OWIN with Flux](http://gsscoder.blogspot.it/2013/02/make-your-path-through-owin-with-flux.html)

Other Resources:
---
- This app runned by [OwinHttpListener](https://github.com/gsscoder/owinhttplistener), here the [Gist](https://gist.github.com/gsscoder/4960277).

Contacts:
---
Giacomo Stelluti Scala
- gsscoder AT gmail DOT com