issues
search
ohkami-rs
/
ohkami
Ohkami - intuitive and declarative web framework for Rust
MIT License
73
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
enhance test support for `rt_worker`
#277
kanarus
opened
3 hours ago
0
fix: ws on rt_worker: wrap `ws` in `Rc` instead of clone `ws` itself
#276
kanarus
closed
4 hours ago
0
feat: `ws` on `rt_worker`
#275
kanarus
closed
1 day ago
0
refactor(ws): extract WebSocket implementation to a crate
#274
kanarus
closed
2 weeks ago
0
chore CI: refactor Taskfile & use `dtolnay/rust-toolchain` instead of `actions-rs`
#273
kanarus
closed
2 weeks ago
0
Should we mention "native serverless support"?
#272
kanarus
opened
4 weeks ago
0
Fix version in README.md
#271
JustLinuxUser
closed
4 weeks ago
0
chore(deps): worker 0.3 → 0.4
#270
kanarus
closed
1 month ago
0
rename `utils` to `util`
#269
kanarus
closed
1 month ago
0
Separate HTTP types into another crate
#268
kanarus
opened
1 month ago
0
`.WS` in route defs for more clear websocket handler registration
#267
kanarus
opened
2 months ago
0
chore: update README
#266
kanarus
closed
2 months ago
0
refactor: `Memory`: make `.0` public / place in `fang` & also export from `prelude`
#265
kanarus
closed
2 months ago
0
Builtin security headers fang
#264
kanarus
opened
2 months ago
0
refactor: remove `Send` `Sync` bound of fang system on `rt_worker`
#263
kanarus
closed
2 months ago
0
feat: handle IP address by default on all native runtimes
#262
kanarus
closed
2 months ago
0
feat: graceful shutdown on all native runtime
#261
kanarus
closed
2 months ago
0
chore: dependencies: remove tokio's "sync" feature ( unused )
#260
kanarus
closed
2 months ago
0
chore: update README
#259
kanarus
closed
2 months ago
0
chore: update README
#258
kanarus
closed
2 months ago
0
chore: benches_rt/tokio: set `event_interval` to 1
#257
kanarus
closed
2 months ago
0
chore: remove format::V
#256
kanarus
closed
2 months ago
0
chore: update CI for more concurrency
#255
kanarus
closed
2 months ago
0
chore: add `benches_{tokio,vs_actix-web}` & add `[profile.release]` config to `benches_*`
#254
kanarus
closed
2 months ago
0
feat: add `"rt_smol"`
#253
kanarus
closed
2 months ago
0
fea: add `"rt_glommio"`
#252
kanarus
closed
2 months ago
0
`rt_glommio`
#251
kanarus
closed
2 months ago
0
feat: Add `"ip"` feature
#250
kanarus
closed
2 months ago
0
perf: reuse `Request` in a session
#249
kanarus
closed
2 months ago
0
chore: CI: cache sccache dir
#248
kanarus
closed
2 months ago
0
chore: include `Serialize`, `Deserialize`, `JSON` in `prelude`
#247
kanarus
closed
2 months ago
0
mention performance in descriptions
#246
kanarus
opened
2 months ago
3
Separate schema from format
#245
kanarus
closed
2 months ago
1
Support Vercel Functions
#244
kanarus
opened
3 months ago
0
Support AWS Lambda
#243
kanarus
opened
3 months ago
3
`rt_smol`
#242
kanarus
closed
2 months ago
0
Separate schema from format in `typed` system
#241
kanarus
closed
2 months ago
0
Remove `Send` bound from handler in `rt_worker`
#240
kanarus
closed
2 months ago
0
chore: fix `html_root_url` & crate inner doc comment
#239
kanarus
closed
3 months ago
0
chore: not combine `cfg`s between outer and inner an anon-const to avoid error message on editor
#238
kanarus
closed
3 months ago
0
refactor: graceful shutdown impl
#237
kanarus
closed
3 months ago
0
Support `ws::Connection::split` not only on tokio
#236
kanarus
closed
1 day ago
0
Support graceful shutdown not only on tokio
#235
kanarus
closed
2 months ago
0
Support streaming in `.Dir`
#234
kanarus
opened
3 months ago
0
feat: Graceful Shutdown
#233
kanarus
closed
3 months ago
0
Explicitly not-support using `ws::Connection` in detouched tasks
#232
kanarus
closed
3 months ago
0
chore: ensure `rt_worker` to be built on `wasm32-unknown-unknown` target
#231
kanarus
closed
3 months ago
0
fix: Taskfile & wrong cfg
#230
kanarus
closed
3 months ago
0
feat: split websocket connection
#229
kanarus
closed
3 months ago
0
fix ws Handler: `Fn` -> `FnOnce` & routing bug
#228
kanarus
closed
3 months ago
0
Next