Sam Rao
Sam Rao

Reputation: 4571

can i play with node.js on a web based console?

I have a temporary situation whereby I am unable to install node on my computer. Is there a web based lightweight terminal I can play with and learn node by doing it?

Thanks!

Upvotes: 0

Views: 82

Answers (2)

Ajay Gupta
Ajay Gupta

Reputation: 2033

NPM uses RunKit for this purpose. You can use all of the packages available on NPM and its free too. https://runkit.com/home

Upvotes: 0

Kristianmitk
Kristianmitk

Reputation: 4778

check out cloud9, they offer a whole development environment (also for JavaScript - node.js).

Upvotes: 1

Related Questions