I came across an embedded web server named mongoose and http://code.google.com/p/mongoose/ and I read the wiki it was great and i searched for some sample hello world program but i couldn’t find it… i found some example but that was written in c++ for windows and can any one provide an example c program to run this webserver..
I came across an embedded web server named mongoose and http://code.google.com/p/mongoose/ and I read
Share
It is quite simple, first you need to implement the call back function:
Then you need to start the server: