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
- Host: GitHub
- URL: https://github.com/skellock/odin-http-server
- Owner: skellock
- Created: 2026-05-09T18:42:12.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-09T19:03:11.000Z (about 2 months ago)
- Last Synced: 2026-05-09T21:09:48.468Z (about 2 months ago)
- Topics: http, http-server, odin, odin-lang
- Language: Odin
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.