When I access localhost:1888/ide and try to connect to my Puck, Chromium reports no ports available
Does it say anything in the debug console of Chromium? All you should need is Websockets - no fancy experimental features.
You could also try running Chrome on your PC and going to http://raspberrypi.local:1888/ide - which is hopefully a bit easier. That's the idea really - chuck the Pi in the corner and then use your normal PC with the IDE :)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Try the new Web IDE download from http://www.espruino.com/Web+IDE#as-a-native-application as well as one of the absolute latest firmwares (1v95.150something) - that should make life loads better.
Does it say anything in the debug console of Chromium? All you should need is Websockets - no fancy experimental features.
You could also try running Chrome on your PC and going to http://raspberrypi.local:1888/ide - which is hopefully a bit easier. That's the idea really - chuck the Pi in the corner and then use your normal PC with the IDE :)