Skip to content

KristofJannes/owebsync-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OWebSync

Seamless Synchronization of Distributed Web Clients

More info: https://distrinet.cs.kuleuven.be/software/owebsync/

Basic usage

NodeJS server

const OWebSync = require("owebsync-nodejs");
const server = http.createServer();
OWebSync(server);
server.listen(8080);

Browser server

<script src="owebsync-browser.js"></script>
<script>
  OWebSync("ws://localhost:8081").then(async (owebsync) => {
    await owebsync.set("drawing1.object36.color", "#f00");
  }
</script>

About

Seamless Synchronization of Distributed Web Clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published