| Crates.io | js-link |
| lib.rs | js-link |
| version | 0.1.2 |
| created_at | 2026-01-18 05:46:15.716155+00 |
| updated_at | 2026-01-20 01:45:24.119223+00 |
| description | A full-featured API client for testing HTTP and WebSocket APIs |
| homepage | |
| repository | https://github.com/MKJSM/js-link |
| max_upload_size | |
| id | 2051850 |
| size | 536,258 |
A full-featured API client for testing HTTP and WebSocket APIs.
Please refer to install.md for a comprehensive guide on:
Install Prerequisites:
cargo install sqlx-cli --no-default-features --features native-tls,sqlite
Setup Database:
export DATABASE_URL="sqlite:jslink.db"
sqlx database create
sqlx migrate run
Run:
cargo run
Open: http://localhost:3000