diff options
author | Russell King <rmk@armlinux.org.uk> | 2021-04-16 14:01:05 +0100 |
---|---|---|
committer | Russell King <rmk@armlinux.org.uk> | 2021-04-16 14:01:05 +0100 |
commit | 9d7b0311d5948fca09b19dbe27e5f506e2e303e0 (patch) | |
tree | 1accaf615f2f744232fceed6a9a8ceca6cde7c53 /.gitignore |
event-httpd: add event httpd support
Add event httpd, which is a small and basic http server designed to
provide server sent events to clients. The server accepts updates
through a simple "UPDATE" method which are then broadcast to clients
listening using the "GET" method.
Signed-off-by: Russell King <rmk@armlinux.org.uk>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b729c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.o +*.service +*.swp +event-httpd +event-httpd.service |