An open API service indexing awesome lists of open source software.

https://github.com/bridgerbrown/c-http-server

HTTP Server built in C with manually built thread pool, linked list, queue, binary search tree, merge sort, and dictionary.
https://github.com/bridgerbrown/c-http-server

api backend binary-search-tree c c-language data-structures data-structures-and-algorithms http http-server linked-list low-level merge-sort queue server socket thread-pool user-management

Last synced: 8 months ago
JSON representation

HTTP Server built in C with manually built thread pool, linked list, queue, binary search tree, merge sort, and dictionary.

Awesome Lists containing this project

README

          

# C-http-server

HTTP Server built in C with manually built data structures/algorithms such as a linked list, queue, binary search tree, merge sort, and dictionary.