Tagged Questions

Either a light-weight web server for embedded systems, or a web server embedded within an application

learn more… | top users | synonyms

13
votes
12answers
812 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 thoughts on how to do ...
10
votes
7answers
2k views

C/C++ - Any good web server library? [closed]

Are there any open source, fast web server libraries? Thanks.
9
votes
7answers
3k views

Embedded Web Server in Python?

Can you recommend a minimalistic python webserver that I can embedded in my Desktop Application.
5
votes
4answers
2k views

Embedded (ASP.NET) web server

I am looking for a light-web embeddable web server for .NET. I need it to fake a SOAP web-service for automated testing, so it is a big plus if it supports ASP.NET web-services or another easy way to ...
4
votes
4answers
490 views

which embedded web server to use for my app GUI

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 web server would you ...
4
votes
6answers
4k 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 the EXE/service. ...
4
votes
9answers
1k views

Embedded web server and gui framework for .NET applications

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.webtoolkit.eu/wt but ...
3
votes
2answers
264 views

XMLHttpRequest: Double TCP SYN within a millisecond in Internet Explorer 9

the XMLHttpRequest object causes two TCP SYN Packets when I try to send some POST data. This happens in less than a millisecond. I cannot reproduce this behavior in any other browser (tested with the ...
3
votes
1answer
106 views

What is the best toolset for making an application that includes a built-in web server?

I want to create an application where the GUI is accessed using a web browser. That way, the program can be used either locally or remotely. I want to be able to compile both PC (using cygwin or ...
3
votes
6answers
714 views

Real time embeddable http server library required

Having looked at several available http server libraries I have not yet found what I am looking for and am sure I can't be the first to have this set of requirements. I need a library which presents ...
3
votes
4answers
2k 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 serve files that are ...
3
votes
9answers
2k 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 (classic) ASP site, ...
2
votes
1answer
452 views

Using Maven to Deploy on Embedded Tomcat with a Datasource

I have a multi module maven web application, which uses hibernate. I use the tomcat:run goal in order to run it on the embedded tomcat server of maven. Everything works fine so far. But now I need ...
2
votes
2answers
176 views

Criteria for selecting software for embedded device

We are currently evaluating Web servers for an embedded device. We have laid down the evaluation criteria for things like HTTP version, Security, Compression etc. On the embeddable side, we have ...
2
votes
1answer
761 views

Visual Studio 2008 built-in web server needs integrated pipeline mode for Adding Http Header

Using Visual Studio 2008 and built-in web server. In a Web Handler .ashx file public void ProcessRequest(HttpContext context) { context.Response.ContentType = MimeType_text_xvcard; ...
2
votes
3answers
400 views

Embed webserver in carbon bundle

I need to embed a tiny webserver in a compiled jsfl external library for Adobe Flash CS4 so that an outside process can communicate with it. The external library will be a Carbon bundle on Mac and a ...
1
vote
1answer
486 views

Testing RESTFul Spring 3 service with embedded Tomcat 7 / junit under a Maven WebApp project

The aim is to, for each unit test, systematically start a tomcat 7 server, load the spring application (eventually drop / create a schema & init its data in an database) perform unit tests and ...
1
vote
0answers
29 views

Setting enable_keep_alive to “yes” is causing Mongoose server to hang

I tried to use keep-alive connection in mongoose and noticed it is sometimes hanging. How can I solve this?
1
vote
1answer
115 views

Third-Party Signed SSL Certificate for localhost/127.0.0.1?

Without divulging TOO much information, I need to setup a web server system that is intended to be used by end users all over the internet. the use case is such that: end users are (usually) in ...
1
vote
2answers
881 views

Open Source C embedded web server supporting SOAP / JSON-RPC based web service and compatible with ARM processor

I am working on a project to embed a web server written in C into a device. The requirement is that it should support web services (SOAP / JSON-RPC) and should be compatible with ARM processor. Any ...
1
vote
2answers
75 views

How can I provide a HTTP management console for a Java application?

I'm writing a Java application that will run for a long time (essentially, it stays running between system restarts) and does a fair bit of intensive near real-time data processing. Data is delivered ...
1
vote
4answers
553 views

Cross Platform C++ webserver Library

I am looking for a cross platform Library in C++ that can run a web server. Does any one know if tntnet can work on windows computers. or libmicrohttpd
1
vote
1answer
263 views

Searching for embedded XML-RPC server (with SSL/TLS)

I'm searching for xmlrpc libraries that can be embedded in a C++ application. XmlRpc++ on SourceForge is a very neat solution but doesn't provide HTTPS support. Other RPC-like solutions such as gSOAP ...
1
vote
1answer
190 views

application -> database <-> web app communication

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 the house. Coming from ...
1
vote
2answers
353 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 experience in such ...
1
vote
4answers
835 views

extjs for application (with embedded http server as well)

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 webserver. This is great ...
1
vote
2answers
361 views

Embedded Application Server

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 server that can generate dynamic ...
1
vote
2answers
2k 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 that listens on a ...
0
votes
5answers
160 views

Lightweight Java http server

I'm looking for a light-weight embeddable http server in java. Ideally it should scalable and be able to handle 1000 connections per sec. [EDIT] Another condition : production ready. Have you got ...
0
votes
2answers
48 views

Simple Webserver for Windows for any Scripting Language

I am searching for a simple webserver that runs on windows and which runs code written in a scripting language. A requirement I have is that it supports HTTPS. On Linux I could use a simple python ...
0
votes
1answer
142 views

ASP.net vs Basic web front-end for C# Console App

I am interested in making a web front end for my C# Console Application (it is ran on dedicated machines as a service so the user never sees the console) allowing for control of various features. I ...
0
votes
3answers
99 views

C# Web Server for displaying Console Output?

I have just finished writing my c# console application, and I am contemplating embedding a web server into it (probably this one http://webserver.codeplex.com). I don't do much in the way over ...
0
votes
1answer
352 views

Can configure and start embedded Tomcat via Spring? OK with Jetty?

Is there a way to configure and setup Embedded Tomcat in Spring? I can do so easily with Jetty 7 that I created a standalone Java application that will start Jetty as webcontainer and finally JUnit ...
0
votes
1answer
38 views

Mobile web server with ASP

Does anyone know of any embeddable Software/libraries for android/ios/etc that will provide web server capabilities for rendering ASP pages? I'm looking for a solution where you can build an app with ...
0
votes
1answer
89 views

System requirement for an embedded Python web server

I'm working on an embedded device that runs Linux on ARM7 with 64MB RAM and 64MB storage (12MB free). The device should be configured via web therefore it needs to run an embedded web server. ...
0
votes
2answers
202 views

In process web-server for MVC2

I'm working on a project that requires an in process web server to run the web based UI. The best option I have come across is CassiniDev EDIT: did some tests and noticed that issue isn't ...
0
votes
2answers
335 views

Delphi 2006 Standalone Webserver compilation error

I'm trying to create a SOAP Server application that is a stand alone application (no need for IIS to be configured). The problem is that I get this error when trying to compile: I get the error ...
0
votes
2answers
398 views

embedded Tomcat 6 - shut down after start

I wanna use an embedded Tomcat V6. The code works perfectly, but only as long as the programm is running. So if there is no Thread.Sleep it will exit immediately, otherwiese keep on running till the ...
0
votes
1answer
70 views

Is there some http GET response that I can add to fix an encoding problem on the client web browser?

I have an embedded web server written in C using uIP libraries, in a microcontroller, which outputs the following static text in response to an http get. It is shown below as a C literal string: ...
0
votes
1answer
33 views

when i start my emmbedt web server on port 8080 i get windows security alert , can i avoid it?

is there any way to avoid this when using embedded web server in windows? i don't want users to be scare
0
votes
1answer
68 views

if i need oparete small web server in my application ,does it recognase as virus?

Hello all i need to operate smell web server in my application play flash swf files in my embedded browser , this application will be distributed to local users to desktop users what is the best way ...
0
votes
2answers
106 views

Custom webserver caching

I'm working with a custom webserver on an embedded system and having some problems correctly setting my HTTP Headers for caching. Our webserver is generating all dynamic content as XML and we're ...
0
votes
1answer
783 views

How to implement websockets on an embedded device server?

I am working with an electronics appliance manufacturer to embed LAN based control systems into the products. The idea is to serve up a system configuration/control interface through a web browser so ...
0
votes
1answer
447 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
320 views

Timer code for online quiz on mobiles

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 to implement timer in it. So anyone can give ...
-1
votes
1answer
52 views

What are the characteristics of an embedded web server?

How is it different from a webserver running on your desktop? Does it have different resource consumption requirements? How is it achieved? E.g. Mongoose web server ...