https://github.com/lukewilliamboswell/roc-cgi-server
An experiment to use Roc cli apps as a CGI HTTP server
https://github.com/lukewilliamboswell/roc-cgi-server
Last synced: about 1 month ago
JSON representation
An experiment to use Roc cli apps as a CGI HTTP server
- Host: GitHub
- URL: https://github.com/lukewilliamboswell/roc-cgi-server
- Owner: lukewilliamboswell
- Created: 2023-05-28T01:32:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T06:15:35.000Z (over 1 year ago)
- Last Synced: 2025-04-09T23:51:35.854Z (about 1 month ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- roc-awesome - lukewilliamboswell/roc-cgi-server - cli apps (Experiments ðŸ”)
README
# Roc CGI Server
Work In Progress implementaiton of a CGI server using Roc [basic-cli](https://github.com/roc-lang/basic-cli) scripts.
[rfc3875](https://www.rfc-editor.org/rfc/rfc3875.html)
## Getting Started
```sh
# start the example server on localhost
bash run.sh
```