WUI (Web GUI) framework for use with C++

Go To StackoverFlow.com

0

Any recommendations for a WUI framework for use with C++ on Windows and possibly other platforms?

This, Good C++ GUI library for Windows, recommends Qt for multi-platform GUI with C++. I'm looking for something similar that would allow remote web-based GUI access for small light-weight apps.

There's a WUI framework on sourceforge - http://wui.sourceforge.net/wui-overview.php - but it's for Java rather than C++.

Ideal specs:

  • Like Qt, works with standard C++
  • Like Qt, is multi-platform (Windows, Linux, embedded)
  • Access with browser to port, say, 127.0.0.1:8080, or remote access.
  • Like a web-appliance (router etc) implements a small webserver for 1 or 2 clients.
  • Unlike IIS or Apache, is small and self-contained in the app.
  • Optional: Like Qt, has a WYSIWYG designer tool

Why I'd want this:

  • For remote access to a GUI on an embedded internet appliance running Linux or Windows (xp, Win7 etc)
  • To share more code between the embedded application and utilities used for test and diagnostics
2012-04-05 20:56
by Jim Fred
Duplicate of http://stackoverflow.com/questions/738273/open-source-c-c-embedded-web-server. Also, more info on http://en.wikipedia.org/wiki/Comparisonoflightweightwebservers - Jim Fred 2012-04-10 04:02


2

Do you mean something like Wt ?

2012-05-02 13:36
by RoccoD
Ads