this post was submitted on 29 Mar 2024
1 points (100.0% liked)
Deno
66 readers
1 users here now
A community for the Deno JavaScript runtime. https://deno.com/
founded 10 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Looks good! Just had a walk through the web socket tutorial in your documentation, I have a larger app idea I'd like to build that would use web sockets so it was a good precursor!
I especially like the
deno add
command, makes adding things more intuitive and is nice that it uses the same command as the rest of Deno rather than with node and seeing npm, yarn and pnpm all over the place. This approach will definitely make tutorials more accessible for new users and programmers!