Skip to content

Instantly share code, notes, and snippets.

View azizzaeny's full-sized avatar
♟️

Aziz Zaeny azizzaeny

♟️
View GitHub Profile
@azizzaeny
azizzaeny / README.md
Created April 4, 2023 02:10 — forked from goliatone/README.md
[Node REPL] Examples of node REPL #repl #nodejs #node

Node.js REPL Examples

Different examples of Node.js REPLs

  • Top level async/await
  • Using custom VM
  • Using atocomplete, custom commands, histroy, etc