#RestAPI C# WebServer
- https://richardniemand.wordpress.com/2015/06/18/hosting-web-api-and-static-content-with-owin/
- http://www.egocube.pe.kr/Translation/Content/asp-net-web-api/201401170001
- (Nancy) https://www.codeproject.com/Articles/826757/Understanding-OWIN-and-Katana
#Self-Host ASP.NET Web API 1
- http://www.c-sharpcorner.com/UploadFile/2b481f/self-hosting-in-Asp-Net-web-api/
- https://docs.microsoft.com/en-us/aspnet/web-api/overview/older-versions/self-host-a-web-api
- Install-Package Microsoft.Bcl.Async
#Owin Self-Host & Angular2
- https://blog.sstorie.com/self-hosting-an-angular-2-website-in-a-windows-service/
- http://asp.net-hacker.rocks/2016/09/19/aspnetcore-and-angular2-using-dotnetcli-and-vscode.html
'프로그래밍' 카테고리의 다른 글
[Java] 기초 배우기 (0) | 2017.07.06 |
---|---|
[C#] Windows Service 등록하기 (0) | 2017.06.26 |
[Node.js] How to support Angular2 routing with c# server. (0) | 2017.06.18 |
[Node.js] AngularJs 개발환경 구축하기 (0) | 2017.04.27 |
[C/C++] Valgrind 메모리 누수 체크하기 (0) | 2017.04.07 |