https://github.com/gsscoder/simpleowinapp
Simple Owin Application.
https://github.com/gsscoder/simpleowinapp
Last synced: about 1 month ago
JSON representation
Simple Owin Application.
- Host: GitHub
- URL: https://github.com/gsscoder/simpleowinapp
- Owner: gsscoder
- Created: 2013-01-25T18:09:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-15T13:12:09.000Z (almost 13 years ago)
- Last Synced: 2024-12-28T15:33:57.290Z (12 months ago)
- Language: C#
- Size: 174 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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