Deno Line Reader
Deno is off to a good start in its path to replace NodeJS. It's secure by default, and since it was created by the creator of NodeJS, you know it's good.
Here's a simple line reader project, same as my C# and NodeJS videos, just showing how to parse a text file line by line.
It accesses the filesystem, so you must run it with the --allow-read option.
Comments
Post a Comment