Robust embeddable webserver? - DOTNET
This is a discussion on Robust embeddable webserver? - DOTNET ; Hi -
We're looking for a webserver to embed into our application. We need
something that's reasonably solid, standards-compliant, and which
supports multiple requests and enough web application type stuff
(sessions, some kind of form handling, authentication... no need for
...
-
Robust embeddable webserver?
Hi -
We're looking for a webserver to embed into our application. We need
something that's reasonably solid, standards-compliant, and which
supports multiple requests and enough web application type stuff
(sessions, some kind of form handling, authentication... no need for
ASP.NET support) that there's room for our initially simple
requirements to grow.
Basically I'm looking for Jetty in C#.
I've seen Neokernel, and we're investigating that. Cassini looks neat,
but I think getting from there to something we can actually base our
app on is probably too far.
Can anyone give me more suggestions?
Thanks,
Christian
-
Re: Robust embeddable webserver?
You could always build onto this:
http://www.codeproject.com/csharp/meyntinyserver.asp
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"xtian" <wilberforce> wrote in message
news:1184326582.896152.183580@22g2000hsm.googlegroups.com...
> Hi -
>
> We're looking for a webserver to embed into our application. We need
> something that's reasonably solid, standards-compliant, and which
> supports multiple requests and enough web application type stuff
> (sessions, some kind of form handling, authentication... no need for
> ASP.NET support) that there's room for our initially simple
> requirements to grow.
>
> Basically I'm looking for Jetty in C#.
>
> I've seen Neokernel, and we're investigating that. Cassini looks neat,
> but I think getting from there to something we can actually base our
> app on is probably too far.
>
> Can anyone give me more suggestions?
>
> Thanks,
> Christian
>
Similar Threads
-
By Application Development in forum CSharp
Replies: 5
Last Post: 08-21-2007, 04:56 PM
-
By Application Development in forum Clipper
Replies: 3
Last Post: 05-08-2007, 05:56 PM
-
By Application Development in forum Compilers
Replies: 2
Last Post: 03-01-2007, 10:53 AM
-
By Application Development in forum Compilers
Replies: 0
Last Post: 10-06-2005, 02:22 PM
-
By Application Development in forum Compilers
Replies: 16
Last Post: 01-30-2005, 01:42 PM