| I thought I'd post here with some of the features jsbin (version 3) comes with. There's a blog post being prepared too, but pending that. The big change in jsbin is the live aspect: * Start typing, your code is saved and continues to save as you type. * As you type the live output is updated automatically. * Open the the full preview url (without /edit) in any other window - be it browser or mobile phone, and that will update in real-time too. So you can edit on your desktop, and the rendered output will appear on you mobile devices. * If you share the url with /watch on the end, people can watch what you type in real time. More detail will be in the post later today. I'll try to answer more questions here if they come up. It also continues to be completely open source: http://github.com/remy/jsbin - so welcoming any contributions :) |
What's the library/service you're using to do this? I recall finding a reference in the JSBin source, but please remind us. I would love to get live previewing working in my web design web application, Edit Room, which also has shareable review links. (link in profile).