ssr-rs icon indicating copy to clipboard operation
ssr-rs copied to clipboard

Server side rendering on rust servers using the v8 engine for parse and evaluate the javascript code.

Results 2 ssr-rs issues
Sort by recently updated
recently updated
newest added

Having the library user keep track of the Isolate instance improves performance by 5x from my tests in the benches. This could be further improved by multi-threading since the user...

Proof of concept approach as discussed https://github.com/Valerioageno/ssr-rs/pull/1#issuecomment-994671463 to maintaining the context - a bit silly and and leaves a spinning future so has to be reworked quite a bit; but...