26 lines
		
	
	
		
			1018 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1018 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
        <meta charset=utf-8 />
 | 
						|
        <title>PeerJs Json Example</title>
 | 
						|
        <script src="http://cdn.peerjs.com/0.3/peer.js"></script>
 | 
						|
        <script src="../../build/browser/Frameworks/XmlFramework.js"></script>
 | 
						|
        <script src="../../build/browser/Connectors/PeerJsConnector.js"></script>
 | 
						|
        <script src="./index.js"></script>
 | 
						|
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
 | 
						|
</head>
 | 
						|
<body id="collaborative">
 | 
						|
<h1> PeerJs + XML Example</h1>
 | 
						|
<p> Collaborative XML editing with <a href="https://github.com/DadaMonad/Yatta/">Yatta</a>
 | 
						|
and <a href="http://peerjs.com/">PeerJs</a> (WebRTC). </p>
 | 
						|
 | 
						|
 | 
						|
<p> <a href="https://github.com/DadaMonad/Yatta/">Yatta</a> is a Framework for Real-Time collaboration on arbitrary data structures.
 | 
						|
You can find the code for this example <a href="https://github.com/DadaMonad/Yatta/tree/master/examples/PeerJs-Json">here</a>.
 | 
						|
 | 
						|
<a id="peer_link" target="_blank">Drop me </a>
 | 
						|
 | 
						|
</p>
 | 
						|
</body>
 | 
						|
</html>
 |