https://github.com/sandy98/oxi
Oxi ASGI Web Server, ASGI Web App
https://github.com/sandy98/oxi
Last synced: 3 months ago
JSON representation
Oxi ASGI Web Server, ASGI Web App
- Host: GitHub
- URL: https://github.com/sandy98/oxi
- Owner: sandy98
- License: mit
- Created: 2025-04-28T00:51:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-12T16:05:44.000Z (11 months ago)
- Last Synced: 2025-10-21T22:39:38.170Z (8 months ago)
- Language: Python
- Size: 5.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Oxi
ASGI Full Stack:
* Web Server
* Web App
...and yes, Oxi is a cutie faithful dog!
#### Install
```
pip install oxi
```
#### Usage
`python3 -m oxi`
The latter works serving static files/directories in the same vein that Python's standard library
`python3 -m http.server [port] #If port isn't specified, it will listen on default port (8086)`
does.
But there's a lot more coming soon.
As it stands in version 0.2.33, Oxi acts just like a static server. A very efficient, asynchronous one.
Successive incarnations will provide the promised features.
Next step: CGI handling