|
|
|
|
|
by atlassic
5045 days ago
|
|
> I'm looking for constructive feedback on what can make this a go-to replacement for awesome sites like jsFiddle.net and jsbin.com This seems like the wrong goal. Nobody wants a replacement for an existing site, just because. To quote Ashton Kutcher: Mark Zuckerberg will always be a better Mark Zuckerberg than you. You won't make a better jsFiddle by trying to be a jsFiddle. Do something that jsFiddle.net and jsbin.com don't do, or do it much better (read: simpler). Quick idea: git access. |
|
Plunker is different from those sites in one key respect (and several other smaller ways):
Each plunk is run as a first class web citizen
This means that XHR requests against files within the same plunk just work. Anything that would work as if the files were statically hosted on github pages would also work on this, making it an excellent and non-artificial testing ground for web snippets.