Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```