Skip to content

Jay87682/eserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eServ: Embedded Web server toolkit written in pure C

Features

  • Built-in HTTP daemon along with dynamic content management
  • Multi-threaded HTTP daemon and CGI execution
  • Support POSIX environments

Licensing

MIT License. Please check the file LICENSE for details. The demo CGI programs utilize jQuery, which is copyrighted by jQuery Foundation and other contributors. Both eserv and jQuery are released under MIT License.

Programming Note

  • namespace: ex

Configurations

  • file: libeserv/http.h
  • default listen port #define PORT 8000
  • default max threads #define EX_MAX_THREADS 10
  • directory www static const char *IndexFile = "index.html"; static const char *RootPath = "www";

About

Automatically exported from code.google.com/p/eserv

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.jQuery

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published