Closed maddhruv closed 6 years ago
I would really like to see a "try in your browser" REPL-thingy. Would fit into the Getting Started section, but also on the front/landing page.
(Although I see the irony in running server-side JavaScript in the browser 😅)
I love the in-browser playground idea, most of the best docs sites out there let you try out their languages/frameworks in-browser! (Scala, Go, React, etc...)
Are there existing solutions we could use for an in-browser Node REPL?
Glot.io is open source and provides an API: https://glot.io/snippets/exf503wqxt
Typically, sites will provide a "Learning Paths" style tutorial or education page section on their site:
It would be great to offer content in this format for learning the basics of Node.js development. Is there an existing curriculum out there we can use as a foundation for the new Getting Started learning path?
Hey folks!
Apologize I'm late to the game here (wasn't able to make the meeting last week). I think the playground idea is perfect for helping guide new folks along. I've been playing with Runkit for awhile and was going to use it on Toronto's NodeSchool site to help people immediately try out some of the code we are teaching them. Again, this kind of in-browser runtime environment should probably be supplementary to more standard written documentation/guidelines as mentioned above.
I think one of the questions/concerns I'd have for running with glot, specifically, is that it looks like it's not actively maintained (I could be wrong though).
For the Getting Started - learn Nodejs, new to nodejs we can refer to the repo - https://github.com/nodejs/getting-started and can also invite content writers to make us easy to understand and more accurate contents for the Getting Started section
Going to remove the agenda label from this, since it seems there's been no further discussion or progress since the last meeting 👍
closing in context with #18
Adding new sections to the Getting Started -
I propose this idea for the new website.