Ecosyste.ms: Awesome
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: 26 days ago
JSON representation
ASGI in C
- Host: GitHub
- URL: https://github.com/codeasashu/casgi
- Owner: codeasashu
- Created: 2024-08-19T19:34:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T22:35:15.000Z (4 months ago)
- Last Synced: 2024-10-06T00:41:22.143Z (3 months ago)
- Language: C
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Compile
```sh
gcc -o main main.c -I/usr/include/python3.12 -lpython3.12
```### Run
`./main`