It is possible to create and run multiple REPL instances against a single running instance of Node.js that share a single global object but have separate I/O interfaces. This should allow remote attachment of the interactive console into a running server
See reference:
It is possible to create and run multiple REPL instances against a single running instance of Node.js that share a single global object but have separate I/O interfaces. This should allow remote attachment of the interactive console into a running server
See reference: