|
|
|
|
|
by snowwrestler
4708 days ago
|
|
I think that making it easy for unsophisticated users to expose their personal machines directly to the public Internet is not a good idea. The way to test a web project in development is to put it on a cheap web host or VPS. If you want to help newbie developers, make that one-click easy. |
|
Heroku's almost the right thing for this, I think, though it still requires a credit card to sign up fully (it doesn't technically, but it does to enable free add-ons, so without a credit card you don't get, say, database persistence.) Obviously, Heroku is geared for adult developers--or, more specifically, to start-ups that Heroku hopes will become monsters dependent on Heroku's stack.
What would be perfect is a service like Heroku, but specifically for people learning to code; maybe something joined-at-the-hip with an online coding-school website. When you attend a real CS program, you get access to the labs and mainframes to test your programs on--where's the online version of that?
So, anything like this already exist? Or should I build it?