msindwan / serverpp

An HTTP server written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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++


Languages

Language:C++ 87.6%Language:C 10.7%Language:Makefile 1.7%