
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
@skroutz/ssr
Advanced tools
Experiments for server-side rendering. Namely, the current implementation uses node's worker threads module.
Worker threads are using v8 isolates under the hood, node spawns each worker in different OS threads. This is shared-nothing architecture, and communication
is handled via message passing (postMessage()).
Using different worker threads is particullary useful in SSR, where the work is CPU-bound. One can spawn 1 worke per CPU and scale the load to all cores.
There is some message passing and copying large string/buffers around with this setup, we'd have to see the perf impact in practice.
$ nodejs ./ssr-server.mjs
$ curl http://localhost:3030
<div data-hypernova-key="SSRTest" data-hypernova-id="5bdca17e-ecb1-4f2a-afef-af298ac7dc0d"><div data-reactroot=""><p>React-rendered</p></div></div>
<script type="application/json" data-hypernova-key="SSRTest" data-hypernova-id="5bdca17e-ecb1-4f2a-afef-af298ac7dc0d"><!--e30=--></script>
FAQs
React ssr service
The npm package @skroutz/ssr receives a total of 46 weekly downloads. As such, @skroutz/ssr popularity was classified as not popular.
We found that @skroutz/ssr demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.

Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.

Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.