-
Notifications
You must be signed in to change notification settings - Fork 2
input() analog #41
Copy link
Copy link
Open
Labels
contentRelated to content, not infrastructureRelated to content, not infrastructure
Description
Activity
Metadata
Metadata
Assignees
Labels
contentRelated to content, not infrastructureRelated to content, not infrastructure
https://stackoverflow.com/questions/19718669/nodejs-how-to-take-in-text-input-from-a-keyboard-and-store-it-into-a-variable-i
readline-syncdoes a lot of hacks to make a synchronous interface on Windows and Linux (and probably MacOS).Built-in
readlinedoes it but requires callback or asynchrony.