SkillAgentSearch skills...

Clipboardjs

A collaborative clipboard using meteor

Install / Use

/learn @grmlin/Clipboardjs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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'
      ]});
      
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated9mo ago
Forks1

Languages

CoffeeScript

Security Score

62/100

Audited on Jun 20, 2025

No findings