bonesoul / blizztv

Automatically exported from code.google.com/p/blizztv
0 stars 0 forks source link

Implement an embedded http server #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement an embedded http server (to use with justin.tv player with embedded  
browser control - justin.tv player is known to now work with local html files).

Possible solutions: HttpListener class which uses http.sys which depends on 
Windows XP SP2+:

http://msdn.microsoft.com/en-us/library/system.net.httplistener.aspx
http://bartdesmet.net/blogs/bart/archive/2007/02/22/httplistener-for-dummies-a-s
imple-http-request-reflector.aspx
http://mikehadlow.blogspot.com/2006/07/playing-with-httpsys.html
http://netrsc.blogspot.com/2009/09/worlds-smallest-web-server-in-c.html

Custom solutions:

http://kayakhttp.com/
http://webserver.codeplex.com/
http://www.codeproject.com/KB/IP/mywebserver.aspx
http://www.codeguru.com/csharp/.net/net_general/article.php/c4603
http://richardbondi.net/vqembwebsharp.html
http://www.codeproject.com/KB/IP/CSharpEmbeddedHTTPServer.aspx
http://www.codeproject.com/KB/IP/CSHTTPServer.aspx
http://www.codeproject.com/KB/IP/SimpleHttpServer.aspx
http://swaanenburg.nl/~mark/articles/CSharpEmbeddedHTTPServer/CSharpEmbeddedHTTP
Server.html
http://www.codeproject.com/KB/IP/http.aspx

Original issue reported on code.google.com by shalafir...@gmail.com on 11 Jan 2011 at 3:18

GoogleCodeExporter commented 9 years ago
More custom solutions:

http://www.codeproject.com/KB/IP/minihttpd.aspx
http://www.codeproject.com/KB/IP/single_threaded_nhttpd.aspx

Original comment by shalafir...@gmail.com on 11 Jan 2011 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by shalafir...@gmail.com on 11 Jan 2011 at 3:33

GoogleCodeExporter commented 9 years ago
Already implemented one and then decided to remove it from project: 
http://code.google.com/p/uhttpsharp

Original comment by shalafir...@gmail.com on 11 Feb 2011 at 12:28