Can anyone explain how this works?I opened the URL in two different browsers and it works fine but I don't see any data in Fiddler.
You should see a code editor, that looks like Sublime, that you can write or paste code into. What browser are you using?
Share live code snippets in your browser
21–27 of 27 posts
Re: Share live code snippets in your browser
#22Earlier quoted context omitted.
You should see a code editor, that looks like Sublime, that you can write or paste code into. What browser are you using?
It is working fine for me. I wanted to know how the application works. I mean there should be HTTP requests going to the server, but I don't find any. The same is the case with the other browser where I am viewing the code.
Re: Share live code snippets in your browser
#23Re: Share live code snippets in your browser
#24Does this shared editor have advantages over etherpad?
Etherpad is optimized for text, while Ace (the editing widget CodeShare.io uses) is built for code. It has syntax highlighting, folding, automatic indentation, etc.
It looks like Etherpad Lite may be using Ace, but I don't immediately see a way to turn on the nice programmer-y features.
Re: Share live code snippets in your browser
#25I think this is more of a firebase demo than a useful tool. That said, if JSFiddle had real-time support then that could be very cool.