Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bridge

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridge

Bridge for JS

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

#Flotype Bridge for Javascript Flotype Bridge is a unified messaging system that allows you to easily build cross-language services to share data and realtime updates among your servers and your clients

##Node.js Installation Quick install: Using the Node Package Manager.

npm install bridge

Source install: Clone this repository using git clone git@bitbucket.org:flotype/bridge-js.git and install using the npm installer, npm install bridge-js/

##Browser Use Flotype Bridge for Javascript can be used in the browser. The javascript is hosted on Flotype servers, but can be served from your own server or CDN of your choice.

http://flotype.com/js/bridge.min.js

To use Bridge in the browser, simply add a script tag in your html. <script type="text/javascript" src=" http://flotype.com/js/bridge.min.js "></script> ###Dependencies This library has no external dependencies.

##Documentation and Support

The examples directory of this library contains sample applications for Flotype Bridge.

Support is available in #flotype on Freenode IRC or the Flotype Bridge Google Group.

##License Flotype Bridge is made available under the MIT/X11 license. See LICENSE file for details.

FAQs

Package last updated on 20 Apr 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc