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.
- Host: GitHub
- URL: https://github.com/bridgerbrown/c-http-server
- Owner: bridgerbrown
- Created: 2025-01-07T01:35:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T19:29:12.000Z (about 1 year ago)
- Last Synced: 2025-01-13T00:28:59.840Z (about 1 year ago)
- Topics: 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
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.