Do you think it's technically possible to run ASP.NET 5 (vNext) inside Cloud9 environment?
I have followed the documentation on https://github.com/aspnet/home, everything seem to work fine, but when I run the command:
dnx . kestrel
mono
is executed and start to use 100% of the CPU but the HTTP server is not working.
Here my sample application: https://github.com/davideicardi/aspnet5-on-cloud9