Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.