Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsquire/tide
A simple file server.
https://github.com/gsquire/tide
Last synced: 30 days ago
JSON representation
A simple file server.
- Host: GitHub
- URL: https://github.com/gsquire/tide
- Owner: gsquire
- License: mit
- Created: 2014-06-11T04:44:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-04T05:25:07.000Z (over 10 years ago)
- Last Synced: 2023-04-10T02:34:58.761Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 188 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tide
====A multi-threaded HTTP server that only responds to GET requests and works from
the directory it is started in.Usage:
tide -p [PORT] -6 -h
Options:
-p [PORT]: Specifies the port to listen on (default asks OS for a port)
-6: Create an IPV6 socket
-h: Display the help and exit