Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codeasashu/casgi

ASGI in C
https://github.com/codeasashu/casgi

Last synced: 26 days ago
JSON representation

ASGI in C

Awesome Lists containing this project

README

        

## Compile

```sh
gcc -o main main.c -I/usr/include/python3.12 -lpython3.12
```

### Run
`./main`