Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nsisodiya/synclib
- Owner: nsisodiya
- License: mit
- Created: 2015-01-11T05:45:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T06:00:39.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T07:51:22.863Z (8 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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";
```