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

gmalamid-spinal

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gmalamid-spinal

  • 0.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

--- It's still very early days and this is experimental code, read: "Here be dragons" ---

Spinal is lightweight middleware for bidirectional process distribution over TCP. It comes in three parts all currently implemented in Ruby:

spinald - This is the server daemon, it manages connections and distributes requests. Servers are cluster-able in a share nothing style architecture.

Spinal Client Library - The client Library makes it super simple to delegate work to a Spinal Service, requests can be blocking or asynchronous.

Spinal Service Library - Use the service library to implement workers. As with servers, services are cluster-able and distributed.

See etc/demo for a simplified example using Rack as a client to a directory service.

FAQs

Package last updated on 11 Aug 2014

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