Skip to content

grmlin/clipboardjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clipboardjs

A collaborative clipboard using meteor

A work in progress version can be seen here: clipboardjs.meteor.com

local installation

Activate websockets (optional)

Websockets will not work on meteor.com!

open .meteor/local/build/static/packages/stream/client.js and add websockets to the connection

self.socket = new SockJS(self.url, undefined, {
      debug: false, protocols_whitelist: [
        // only allow polling protocols. no websockets or streaming.
        // streaming makes safari spin, and websockets hurt chrome.
        'websocket', 'xdr-polling', 'xhr-polling', 'iframe-xhr-polling', 'jsonp-polling'
      ]});

About

A collaborative clipboard using meteor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published