Hacker News new | ask | show | jobs
by emmanueloga_ 562 days ago
The documentation seems a bit sparse. Also, I couldn't find binaries so I'm guessing building from source is required at the moment?

I'm curious about the binary size of it all. Could this be compiled with WASM and run on static pages?

2 comments

>> The documentation seems a bit sparse.

We just released a new OpenAPI based documentation for the SeekStorm server REST API: https://seekstorm.apidocumentation.com

For the library we have the standard rust doc: https://docs.rs/seekstorm/latest/seekstorm/

The Seekstorm library is 9 MB, and the Seekstorm server executable is 8 MB, depending on the features selected in cargo.

You add the library via 'cargo add seekstorm' to your project which you anyway have to compile.

As for the server, we may add binaries for the main OS in the future.

WASM and Python bindings are on our roadmap.