fakeshadow 52a97c2eab [xitca-web] update toolchain. (#8441) 2 yıl önce
..
.cargo e30b3724fd [xitca-web] update wasmtime. (#8419) 2 yıl önce
src e30b3724fd [xitca-web] update wasmtime. (#8419) 2 yıl önce
templates ebc304dd48 add xitca-web (#6690) 4 yıl önce
Cargo.lock e30b3724fd [xitca-web] update wasmtime. (#8419) 2 yıl önce
Cargo.toml e30b3724fd [xitca-web] update wasmtime. (#8419) 2 yıl önce
README.md 542904f589 [xitca-web]add io_uring bench. update wasmtime cli. (#7652) 2 yıl önce
benchmark_config.json ce5806d526 [xitca-web] reduce benchmark entries. (#8405) 2 yıl önce
config.toml a50d43b10e xitca-web-wasm: Add an implementation of the JSON serialization test (#8133) 2 yıl önce
rust-toolchain.toml 52a97c2eab [xitca-web] update toolchain. (#8441) 2 yıl önce
xitca-web-iou.dockerfile 8e7730d3af [xitca-web] add io_uring flavor to pg client. (#8292) 2 yıl önce
xitca-web-wasm.dockerfile e30b3724fd [xitca-web] update wasmtime. (#8419) 2 yıl önce
xitca-web.dockerfile 8fa172de85 [xitca-web]add real world io_uring bench. (#8175) 2 yıl önce

README.md

An experimental http library/web framework

Description

An alternative http library and web framework inspired by hyper. Implementation is rewritten with similar style and types.

Database

PostgreSQL.

Test URLs

Test 1: JSON Encoding

http://localhost:8080/json

Test 2: Single Row Query

http://localhost:8080/db

Test 3: Multi Row Query

http://localhost:8080/queries?q={count}

Test 4: Fortunes (Template rendering)

http://localhost:8080/fortune

Test 5: Update Query

http://localhost:8080/updates?q={count}

Test 6: Plaintext

http://localhost:8080/plaintext