https://github.com/altaks/httpserver
A simple HTTP server written in C
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.7%) to scientific vocabulary
Repository
A simple HTTP server written in C
Basic Info
- Host: GitHub
- Owner: Altaks
- Language: C
- Default Branch: main
- Size: 186 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
HTTPServer
A simple HTTP server written in C with the least amount of libs (event system libs) as a challenge to myself.
Made in one week, it has no tests because I didn't have time to write them.
Installation
To install the server, you need to clone the repository and compile the source code.
I use CMake & Ninja to compile the source code, so you need to have it installed or create a Makefile yourself.
Usage
To start the server run the following command:
bash
<executable> <port> <content-folder>
Example :
bash
./server 8080 /home/user/Downloads
Contributing
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.
Contact me
Email: altair61.dev@gmail.com
Discord : altakxs
Owner
- Name: Altaks
- Login: Altaks
- Kind: user
- Location: France
- Twitter: 61Altair
- Repositories: 3
- Profile: https://github.com/Altaks
I'm currently 18yo, french student.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0