Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nsisodiya/synclib

(MultiTab + MultiWindow + Server Side ) Shared Variable using socket.io
https://github.com/nsisodiya/synclib

Last synced: 28 days ago
JSON representation

(MultiTab + MultiWindow + Server Side ) Shared Variable using socket.io

Awesome Lists containing this project

README

        

# SyncLib
(MultiTab + MultiWindow + Server Side ) Shared Variable using socket.io

# Run

```
bower install
npm install
node app.js
```

now open localhost:8081, go to console and add new property to shared variable

```
shared.greet = "Hello World";
```