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

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

Awesome Lists containing this project

README

          


Oxi Logo

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