New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

em-breakout

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

em-breakout

  • 0.0.9
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

EM-Breakout

Breakout is a light framework for routing messages among web browsers and workers using WebSockets.

EM-Breakout uses EM-WebSocket to implement a standalone server process that accepts connections from both browsers and workers. Whenever a browser sends a message, it will be put on a queue to be read by the next available worker. A simple API lets workers send messages to browsers, disconnect a browser, and be notified when a browser connects or disconnects.

The breakout gem provides a module to help create workers along with some example workers and JavaScripts.

Getting started

Clone the repository and change to the directory. Use bundler to install the dependencies, and run cucumber. If that is successful, you can change into the examples directory and run the server script (possibly with 'bundle exec').

Your em-breakout server is now ready to accept connections. Visit the breakout page and pick up from there!

Copyright (c) 2011 Steve Masterman. See LICENSE for details.

FAQs

Package last updated on 07 Jul 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