Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T06:15:35.000Z (12 months ago)
- Last Synced: 2024-04-19T19:02:10.832Z (7 months 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
```