File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1034,7 +1034,7 @@ process.stdin.on('data', (b) => {
10341034To run the example open two different terminals on your machine, start the server
10351035with ` node repl-server.js ` in one terminal and ` node repl-client.js ` on the other.
10361036
1037- Original code from: [ gist.github.com/TooTallNate/2209310] [ full-featured REPL gist ]
1037+ Original code from < https:// gist.github.com/TooTallNate/2209310> .
10381038
10391039#### REPL over ` curl `
10401040
@@ -1116,9 +1116,8 @@ If you need to implement REPLs in a real-world application, consider alternative
11161116approaches that mitigate these risks, such as using secure input mechanisms and
11171117avoiding open network interfaces.
11181118
1119- Original code from: [ gist.github.com/TooTallNate/2053342] [ REPL over curl gist ]
1119+ Original code from < https:// gist.github.com/TooTallNate/2053342> .
11201120
1121- [ REPL over curl gist ] : https://gist.github.com/TooTallNate/2053342
11221121[ TTY keybindings ] : readline.md#tty-keybindings
11231122[ ZSH ] : https://en.wikipedia.org/wiki/Z_shell
11241123[ `'uncaughtException'` ] : process.md#event-uncaughtexception
@@ -1137,5 +1136,4 @@ Original code from: [gist.github.com/TooTallNate/2053342][REPL over curl gist]
11371136[ `reverse-i-search` ] : #reverse-i-search
11381137[ `util.inspect()` ] : util.md#utilinspectobject-options
11391138[ custom evaluation functions ] : #custom-evaluation-functions
1140- [ full-featured REPL gist ] : https://gist.github.com/TooTallNate/2209310
11411139[ stream ] : stream.md
You can’t perform that action at this time.
0 commit comments