Skip to content

Commit d484707

Browse files
authored
Create README.md
1 parent f9761ea commit d484707

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# simple-c-http-server
2+
A very, very simple http server written in C to consume github webhooks and do things.
3+
4+
## Rationale
5+
Can I build a small binary that largely follows the suckless philosophy which can handle my limited continuous integration needs?
6+
7+
## To do
8+
- Multi-threading
9+
- HTTP/Request filtering (rules that dictate action)
10+
- Allow forking shell scripts for more complex actions

0 commit comments

Comments
 (0)