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

https://github.com/skellock/odin-http-server

An example http server in odin
https://github.com/skellock/odin-http-server

http http-server odin odin-lang

Last synced: 1 day ago
JSON representation

An example http server in odin

Awesome Lists containing this project

README

          

# http-server

Kicking the tires on http servers with Odin.

Uses the [odin-http](https://github.com/laytan/odin-http) library. This library is scheduled to be rolled into Odin at some point... or so the legends say.

```sh
odin run .
```

Then:

```sh
curl http://localhost:8080/ip
```

Check out `server.odin` for all the types of endpoint testing.