Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
    <title>send-and-receive.js advanced example</title>
    <script async defer src="https://buttons.github.io/buttons.js"></script>
    <script src="https://unpkg.com/send-and-receive@^1/dist/umd.min.js"></script>
  </head>
  
  <body>
    <h1>send-and-receive.js advanced example</h1>
    <main>
      <section>
        <h2>Sender</h2>
        <form>
          <input type="text" placeholder="Enter a message to send..." required>
          <button type="submit">Send</button>
        </form>
      </section>
      <section>
        <h2>Receiver <img></h2>
        <ul></ul>
        <p></p>
      </section>
    </main>
    
    <footer>
      <a class="github-button" data-size="large" href="https://github.com/martinandert/send-and-receive">Visit project on GitHub</a>
    </footer>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers