Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Just for the sake of listing, what "alternatives" are available today ? I can think of

1. Codepen (pure HTML+CSS+JS+frameworks)

2. jsfiddle.net/ (pure HTML+CSS+JS+frameworks)

3. Cloud 9 (full ide?)

4. https://anvil.works/ (pure Python)

5. CaptainDuckDuck ?

6. Repl.It

7. https://glitch.com/

8. Runkit.io (pure node.js)

Other ?



Is there a cloud (browser) based IDE that allows to run code on a server I specify?

Right now I'm using the remote deployment feature of PyCharm to run tensorflow code on different remote GPU servers, but I'd like to uncouple the IDE from my local machine.

Ideally, I'd like Github to offer such service, so that I can edit the code in my repo right on github.com, specify a remote server to run it on, and seamlessly transfer/run it on that server with a click of a button.


You could set up a CI server that watches commits, and then commit to a branch, have it deploy automatically.


Codeanywhere.com: full ide for any language/stack.


trinket.io is quite good, especially for embedding in lessons


stackblitz


runkit.com *

codesandbox.io




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: