Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbaia/connect-owin-samples
Samples using connect-owin, a Node.js connect middleware for .NET using OWIN
https://github.com/bbaia/connect-owin-samples
Last synced: 7 days ago
JSON representation
Samples using connect-owin, a Node.js connect middleware for .NET using OWIN
- Host: GitHub
- URL: https://github.com/bbaia/connect-owin-samples
- Owner: bbaia
- Created: 2013-09-12T21:00:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T08:06:02.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T16:48:01.841Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [connect-owin](https://github.com/bbaia/connect-owin/) Samples Repository
Host your OWIN components on node.js using [connect-owin](https://github.com/bbaia/connect-owin/)
## [ASP.NET WebApi](http://www.asp.net/web-api) Sample
$ cd Samples.WebApi
See [ReadMe](https://github.com/bbaia/connect-owin-samples/tree/master/Samples.WebApi)
## [Nancy](http://nancyfx.org/) Sample
$ cd Samples.Nancy
Build the sources:
$ msbuild Samples.Nancy.csproj (.NET Framework)
$ xbuild Samples.Nancy.csproj (mono)Retrieve node.js packages:
$ npm install
Start [express.js](http://expressjs.com/) server:
$ node server.js
Open http://localhost:3000/
## [ASP.NET SignalR](http://www.asp.net/signalr) Sample
`webSocket` transport not supported (requires [connect-owin](https://github.com/bbaia/connect-owin/) to support [OWIN WebSocket extension](http://owin.org/extensions/owin-WebSocket-Extension-v0.4.0.htm)).
$ cd Samples.SignalR
Build the sources:
$ msbuild Samples.SignalR.csproj (.NET Framework)
$ xbuild Samples.SignalR.csproj (mono)Retrieve node.js packages:
$ npm install
Start [express.js](http://expressjs.com/) server:
$ node server.js
Open http://localhost:3000/index.html
## [Simple.Web](https://github.com/markrendle/Simple.Web) with [Fix](https://github.com/FixProject/Fix) Sample
$ cd Samples.Fix_SimpleWeb
Build the sources:
$ msbuild Samples.Fix_SimpleWeb.csproj (.NET Framework)
$ xbuild Samples.Fix_SimpleWeb.csproj (mono)Retrieve node.js packages:
$ npm install
Start [express.js](http://expressjs.com/) server:
$ node server.js
Open http://localhost:3000/