fakeshadow 496a8ec2b6 [xitca-web] strict thread-per-core (#9399) há 11 meses atrás
..
.cargo eb5a28687f [xitca-web] new async runtime variant and header fix (#9322) há 1 ano atrás
src 496a8ec2b6 [xitca-web] strict thread-per-core (#9399) há 11 meses atrás
templates 902efb7223 [xitca-web] bug fix (#9243) há 1 ano atrás
Cargo.lock 496a8ec2b6 [xitca-web] strict thread-per-core (#9399) há 11 meses atrás
Cargo.toml 496a8ec2b6 [xitca-web] strict thread-per-core (#9399) há 11 meses atrás
README.md 542904f589 [xitca-web]add io_uring bench. update wasmtime cli. (#7652) há 3 anos atrás
benchmark_config.json eb5a28687f [xitca-web] new async runtime variant and header fix (#9322) há 1 ano atrás
config.toml a50d43b10e xitca-web-wasm: Add an implementation of the JSON serialization test (#8133) há 2 anos atrás
rustfmt.toml 91cefe6b13 [xitca-web] add connection pool (#9252) há 1 ano atrás
xitca-web-orm.dockerfile 8d4f5ed1ed [xitca-web] add bench for async orm (#9287) há 1 ano atrás
xitca-web-sync.dockerfile 45c151d5ab [xitca-web] bug fix and improvements (#9272) há 1 ano atrás
xitca-web-unrealistic.dockerfile eb5a28687f [xitca-web] new async runtime variant and header fix (#9322) há 1 ano atrás
xitca-web-wasm.dockerfile 45c151d5ab [xitca-web] bug fix and improvements (#9272) há 1 ano atrás
xitca-web.dockerfile 45c151d5ab [xitca-web] bug fix and improvements (#9272) há 1 ano atrás

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