Show HN: FriendCode – Reinventing coding with the cloud
1–10 of 49 posts
Re: Show HN: FriendCode – Reinventing coding with the cloud
#2Re: Show HN: FriendCode – Reinventing coding with the cloud
#3Re: Show HN: FriendCode – Reinventing coding with the cloud
#4* Login with Github, trying to import project, didn't work.
* Setup demo application, trying to find how to try it out.
* After looking around ~5 minutes, found the "open web server url" link
* "An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}" as response when using the url
* Trying to open up terminal to debug, terminal loading never ends
* Open up logs console thing, blank file.
* Closed tab and gave up
Re: Show HN: FriendCode – Reinventing coding with the cloud
#5It makes tech-news a charm to read.
Re: Show HN: FriendCode – Reinventing coding with the cloud
#6Nice but the cursor is not properly positiones in iOS6.
Re: Show HN: FriendCode – Reinventing coding with the cloud
#7Re: Show HN: FriendCode – Reinventing coding with the cloud
#8Looks very impressive. Can't get a new blank Java project to compile or run yet though (java: command not found). May be doing something wrong.
Re: Show HN: FriendCode – Reinventing coding with the cloud
#9Looks very impressive. Can't get a new blank Java project to compile or run yet though (java: command not found). May be doing something wrong.
Sorry, We don't include java in the current VMs, but it's coming soon.
Any other limitations to know about?
Like I said: looks very promising!
Re: Show HN: FriendCode – Reinventing coding with the cloud
#10I was interested in trying it out for doing pair programming. Didn't get so far before I gave up though. * Login with Github, trying to import project, didn't work. * Setup demo application, trying to find how to try it out. * After looking around ~5 minutes, found the "open web server url" link * "An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}" as response when using the ur…
* "An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}" as response when using the url -> The "open web server url" link open the port 5000 of your VM, you need to run something on this port before accessing it.
* Trying to open up terminal to debug, terminal loading never ends -> It seems there is an issue connecting you browser using websocket.