Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <p id="hello">Hello World</p>
</body>
</html>
 
/*
 * Hey there. This is one tiny component (or actually "implementation")
 * of my distraction recently. 
 *
 * It's not fully implemented yet, in particular, the UI is missing,
 * but here's the crak: open up the console in the browser on jsbin.com
 * and run:
 * 
 * stream.create();
 *
 * Anyone using the url that appears above, will have whatever you type
 * streamed to their JS Bin instance. Something I've been calling 
 * "codecasting".
 *
 * This is experimental, and may well break - so I apologise, but it's
 * /just/ and implementation of the service I've been working on called
 * Förbind. More about that at another time :)
 * 
 * Let me know what you think - @rem
 */
if (document.getElementById('hello')) {
  document.getElementById('hello').innerHTML = 'Hello World - this was inserted using JavaScript';
}
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers