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.

View code on GitHub

Comments

Popular posts from this blog

C# Record Serialization

Add timestamp to photo using ImageMagick

Read/write large blob to SQL Server from C#