https://github.com/codeasashu/casgi
ASGI in C
https://github.com/codeasashu/casgi
Last synced: 10 months ago
JSON representation
ASGI in C
- Host: GitHub
- URL: https://github.com/codeasashu/casgi
- Owner: codeasashu
- Created: 2024-08-19T19:34:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T22:35:15.000Z (over 1 year ago)
- Last Synced: 2024-10-06T00:41:22.143Z (over 1 year 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`