Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syfaro/fuzzysearch-web
(WIP) Web UI for FuzzySearch
https://github.com/syfaro/fuzzysearch-web
Last synced: 18 days ago
JSON representation
(WIP) Web UI for FuzzySearch
- Host: GitHub
- URL: https://github.com/syfaro/fuzzysearch-web
- Owner: Syfaro
- License: mit
- Created: 2020-05-14T09:15:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:35:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T12:09:02.891Z (about 1 month ago)
- Language: Rust
- Homepage: https://fuzzysearch.net
- Size: 1.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# fuzzysearch-web
[![Build Status](https://drone.huefox.com/api/badges/Syfaro/fuzzysearch-web/status.svg)](https://drone.huefox.com/Syfaro/fuzzysearch-web)
The (WIP) web interface for [FuzzySearch](https://fuzzysearch.net).
It is written in Rust using [Yew](https://github.com/yewstack/yew).
The backend can be found [here](https://github.com/Syfaro/fuzzysearch).
## Why Rust/WASM?
I really enjoy writing things in Rust. It also makes it easier to offload
search work onto the client because images can be hashed in-browser and don't
require the bandwidth of sending images.