Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

msindwan/serverpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Summary

  • Server++ is a basic HTTP server written in C++.
  • NOTE: It is still under development.

TODO

  • Linux Implementation
  • Consider protocol buffers + endianness
  • Optimizations + caching
    • Complete HTTP Codes
    • More efficient send/recv algorithms
    • Improve SSL support
    • additional config features
  • Install config files (The temporary solution is to move the contents of config to %localappdata%/Serverpp in Windows)
  • Sample Usage
  • Description

License

  • MIT License (see the source directory)

About

An HTTP server written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published