0

I need to post some node, express, mongoose code online as demo for a StackOverflow discussion. Plunkr does not accept node emulation afaik. Any ideas where to host a demo app with live editor of the code?

Stephan Kristyn
  • 15,015
  • 14
  • 88
  • 147

2 Answers2

2

You can use http://jsapp.us/ to run sample node code.

tymeJV
  • 103,943
  • 14
  • 161
  • 157
0

I am not familiar with Plunkr sorry but judging from the design goals that are on their front page you can user Heroku to achieve similar results (albeit in a slightly different way).

It's really easy, have a free option, and you push via git repository, so it is a no brainer to upload your code iterations to your instance, just commit and push your changes to whatever repository you use.

Dmitry Matveev
  • 5,320
  • 1
  • 32
  • 43
  • Possible for others to alter code online? Also, if you don't know Plunkr yet, you should get to know it, it is really common around here :) – Stephan Kristyn Oct 10 '14 at 00:50