donejs / developer-relations

Developer Relations & Evangelism
MIT License
1 stars 0 forks source link

Evaluate online code editing services #19

Open chasenlehara opened 7 years ago

chasenlehara commented 7 years ago

Right now we use JS Bin for most of our examples, but I don’t think it supports everything we would need to do something like debug DoneJS issues. It doesn’t support some features (like multiple files), and it’s not the preferred tool by some Bitovi developers.

It would be great to evaluate the different options and determine whether we can start using one that better supports our needs. Outlining our needs (coming up with criteria) would be a great first step to working on this.

leoj3n commented 7 years ago

@bmomberger-bitovi presenting Glitch at contributor's meeting:

https://youtu.be/6XUiAJjgKD8?t=398

@bmomberger-bitovi's "Glitch Hello World for DoneJS":

https://glitch.com/edit/#!/donejs-helloworld

bmomberger-bitovi commented 7 years ago

Not long after the glitch went up, I revamped it to be more in line with our tutorials (i.e. index.html is a single script tag, server.js is empty, & the view model is gotten through <can-import>).

As of today, I've documented everything, added an example can-import/steal-css style import, redid the README (thanks @chasenlehara for help on that), and submitted it as a candidate for inclusion in community project highlights.

leoj3n commented 7 years ago

DoneJS IDE from retreat (needs further development): https://github.com/bitovi/bitovi/issues/48#issuecomment-298381125

leoj3n commented 6 years ago

Glitch has pretty much won me over since they added console access a while back.