Skip to content

tjjh89017/eserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eServ: Embedded Web server toolkit written in pure C

Origin

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 80
  • default max threads #define EX_MAX_THREADS 10
  • directory www static const char *IndexFile = "index.html"; static const char *RootPath = "www";

Session

  • it works, but it's not GOOD enough.

About

improve for Maple-Circ

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.jQuery

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •