An autocomplete API powered by Rust and NodeJS.
This is meant to be a realtime API for a list of indexed products, in the root folders you can see 3 main ones:
root/
├─ 📂 ac-server/
├─ 📂 backend/
├─ 📂 web/
├─ 📑 README.md - You're here.
The system is powered through an TCP server mostly, whenever a request through the API, it is powered to the Rust engine, which executes the query and returns a list of products. A schema of the app can be seen down below.
Each project has a build configuration that can be seen in it's README.
Eder Lima |