
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
remote-repl
Advanced tools
super simple remote repl for node processes
npm install remote-repl
The easiest way is to use stdin to inject a repl into the global context
require('remote-repl')('stdin')
You can also use tcp to start a repl with any node process. In your application pass a few options where the repl will listen for connections.
require('remote-repl')('tcp', { port: 3021, secret: 'beepboop' })
Then you can use netcat to connect with nc localhost 3021
require('remote-repl')('unix socket', { path: '/tmp/node-repl-sock', secret: 'beepboop' })
And then use socat to connect with socat /tmp/node-repl-sock stdin
Add more commands to switch repl contexts.
MIT
FAQs
super simple remote repl for node processes
We found that remote-repl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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 software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.