Built-in web / application server

I need to write a user menu for an embedded device (mips linux). The menu must be accessible from the web (webpage - AJAX?) And it must be able to read / write hardware settings. What would be the easiest way to implement such an application / server? Where to begin?

PS: c / c ++. PS 2: I have limited resources

+2


a source to share


3 answers


Take a look at mongoose embeddable web server.



See this linked page on Writing Web Applications .

+2


a source


If you are using linux you can try thttpd - tiny / turbo / throttling HTTP server



+1


a source


You might also consider a commercial server like Barracuda Server: http://barracudaserver.com/

-1


a source







All Articles