21 lines
		
	
	
		
			650 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			650 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
        <meta charset=utf-8 />
 | 
						|
        <title>Y Example</title>
 | 
						|
        <script src="../../build/browser/y.js"></script>
 | 
						|
        <script src="../../../y-webrtc/build/browser/y-webrtc.js"></script>
 | 
						|
        <script src="./index.js"></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<h1 contentEditable> yjs Tutorial</h1>
 | 
						|
<p> Collaborative Json editing with <a href="https://github.com/rwth-acis/yjs/">yjs</a>
 | 
						|
and WebRTC Connector. </p>
 | 
						|
 | 
						|
<textarea style="width:80%;" rows=40 id="textfield"></textarea>
 | 
						|
 | 
						|
<p> <a href="https://github.com/rwth-acis/yjs/">yjs</a> is a Framework for Real-Time collaboration on arbitrary data types.
 | 
						|
</p>
 | 
						|
</body>
 | 
						|
</html>
 |