Skip to content Skip to sidebar Skip to footer
Showing posts with the label Read Eval Print Loop

How Do I Limit The Node Repl's Access To Internal Node Modules?

In a previous question I figured out how to eliminate unwanted global variables from the repl conte… Read more How Do I Limit The Node Repl's Access To Internal Node Modules?

How To Resolve Promises When Using App With REPL

I've got a basic Node webserver (Koa.js + a ORM). I like to start it with a REPL meaning I can … Read more How To Resolve Promises When Using App With REPL