sfxcode / nuxt-typesense

Nuxt Typesense Module
4 stars 0 forks source link

Provide information on what it can do in the readme #1

Open Rednas83 opened 3 months ago

Rednas83 commented 3 months ago

For me it's a bit unclear what this repository does.

Are you trying to do something like https://github.com/nuxt-modules/algolia?

sfxcode commented 3 months ago

Hi, for me it was a little POC for using typesense as indexer. I use it for a little VTT indexer in https://arkenforge-indexer.netlify.app/. But you need to have a typesense container run somewhere. Because is search in memory, searches in typesense runs pretty fast. If i do a little bit more in this technology, i will provide more infos ....

Rednas83 commented 3 months ago

Perhaps with wasm it could also run directly in the browser. I wouldn't mind a bit slower performance to keep the server more simple.

I also asked for official support for this https://github.com/typesense/typesense/issues/1672