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

https://github.com/codeasashu/casgi

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

Last synced: 10 months 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`