5
votes
5answers
258 views
C/C++ - Any good web server library?
Are there any open source, fast web server libraries? Thanks.
0
votes
3answers
112 views
Embedded Jetty looking for files inside its Jar file
Hey people, it's my first question here.
I successfully embedded Jetty on a test application. It can serve files without issues.
Now I want to know if it's possible for Jetty to s …
1
vote
1answer
40 views
application -> database <-> web app communication
Hi,
I'm working on a personal project that consists of a linux dev board and temperature sensor. I'd like to see a nice web 2.0 real time plot of the tempature from anywhere in th …
2
votes
3answers
112 views
which embedded web server to use for my app GUI
Hello, I'm writing an application in c++ and I was thinking to use an embedded simple web server that will be my gui, so i could set up my application port on localhost.
What such …
3
votes
9answers
514 views
Is there a small classic ASP server like ASP.NET Development server that comes with Visual Studio?
I would like to hear if there is a small classic ASP server, similar to the ASP.NET Development server that comes with Visual Studio?
We are a small group that supports a legacy ( …
2
votes
6answers
562 views
Is it possible to create a standalone, C# web service deployed as an EXE or Windows service?
Is it possible to create a C# EXE or Windows Service that can process Web Service requests? Obviously, some sort of embedded, probably limited, web server would have to be part of …
2
votes
9answers
421 views
embedded webserver and gui framework for .net applications
Hi,
I'm looking for a framework which allows me to manage my application through a webbased GUI (using an embedded webserver) instead of winforms.
Something like this: http://www …
0
votes
1answer
93 views
embedded web server to run php
Hello all
im looking for embedded web server that can parse php
do you have experience with such ?
0
votes
2answers
89 views
what do you think about web GUI for desktop app using embedded web server
Duplicate: this is a duplicate of .NET WebBrowser Control as User Interface. Let's please close this question, and direct any new answers to the original.
Hello folks i need you e …
12
votes
17answers
534 views
Make a CD run once
We're doing an "Amazing Race" kind of event, and thought it would be cool to have CDs that could only play once... like a "this message will self destruct in 5 seconds..."
Any th …
1
vote
4answers
334 views
extjs for application (with embedded http server as well).
Hi,
Is there a framework which allows easy adding of ExtJS to a normal .Net application.
This way I only have to create a GUI once, which is then accessible through an embedded we …
8
votes
7answers
832 views
Embedded Web Server in Python ?
Can you recommend a minimalistic python webserver that I can embedded in my Desktop Application.
1
vote
2answers
88 views
Embedded Application Server
Hi guys,
I'm planning to do a C++ standalone desktop application which uses web / html as the main format of it's documents content.
I need suggestions for a good application se …
0
votes
2answers
143 views
Timer code for online quiz on mobiles
hello everyone,
We are doing project on online quiz tool for mobile devices using J2ME. We got the code for midlet interface, webserver and connections. But we need …
0
votes
1answer
581 views
How can I create an HttpListener class on a random port in C#?
I would like to create an application that serves web pages internally and can be run in multiple instances on the same machine. To do so, I would like to create an HttpListener t …
