Skip to content

Instantly share code, notes, and snippets.

View AlexJuarez's full-sized avatar

Alex Juarez AlexJuarez

View GitHub Profile
<!-- This is a Node+WebSocket powered demo to sync videos
across different browsers. This file is the client,
the other one is the Node server. Powered by Node and
http://github.com/miksago/node-websocket-server -->
<style>
.inactive { display: none; }
.active { display: block; }
</style>
<script>