https://github.com/moshe/abache
HTTP server implemented in around 50 lines of bash
https://github.com/moshe/abache
Last synced: 22 days ago
JSON representation
HTTP server implemented in around 50 lines of bash
- Host: GitHub
- URL: https://github.com/moshe/abache
- Owner: moshe
- Created: 2015-08-08T16:21:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-08T16:30:25.000Z (over 9 years ago)
- Last Synced: 2025-03-25T08:38:11.977Z (about 1 month ago)
- Language: Shell
- Size: 129 KB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abache
HTTP server implemented in around 50 lines of bash
Abache listens to port 8080 by default,
you can change this behavour by passing argument
`./abache 9090`## Tested on
* OS X Yosemite with bash version 4.3.33