Linux Server Admin Tools and GNU Benchmark Tools Directory, OpenSource Tools

Webio

Webio – An embedded web server

Introduction


Webio is a small-footprint web server, designed to be embedded in an application or an embedded system. It’s useful when you want to implement a complex browser based GUI (which can be accessed by everything from PCs to cell phones) in a very efficient manner. Webio compiles and runs equally well under Linux and Windows, and should be easy to port to most other platforms. It comes with a programmer’s manual (progman.html) which explains how to use it and how to port it.

Background


In 1996, I wrote one of the first web servers designed for embedded devices. In those days, most embedded devices had no file systems, so I created the “HTML compiler” to embed the files into the code image. Similarly, the lack of a file system led to C-language CGI functions.

Creating basic GUIs with this system was so easy that I started using it in Windows applications in preference to the Windows GUI. Back then, before JavaScript and CSS, it was somewhat limited – for example, it wouldn’t make a very good “photo shop” type program – but for basic GUIs, it was great.

As my company started using Linux and Browser-enabled hand-held devices, a really huge advantage became obvious – my new applications worked everywhere, not just on Windows. The user was not tied on one OS or one type of device. They didn’t even have to be near the machine running the application.

In 2007, I needed a similar server for an open-source project. I had left the previous company, which still retained the rights to the my old server. They wouldn’t open source it, and nothing suitable was available in the public domain. I decided to create a second generation version of the server and release it under the BSD license so I would never have to write it again.

The result is Webio – my second (and hopefully last) embedded web server.

Using the code


The Windows version is probably of most interest to CodeProject readers, and so the .zip file is made available here. Follow these steps:

  1. Unzip it (preserving the directory structure).
  2. Type buildfs to compile the embedded file system.
  3. Open the project file with Visual C++ 6.0 or newer, and click Build.

You should get a little application which, when run, allows your PC to act as a web server – point a browser at it. You can do this in loopback by typing “http://127.1” in your browser’s location bar.

Points of interest


Webio has a few improvements over my first embedded web server:

History


Download link http://www.codeproject.com/KB/IP/webio/webio.zip

Some webio application screen-shot :