Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

celluloid/celluloid

Actor-based concurrent object framework for Ruby

celluloid/celluloid.json
{
"createdAt": "2011-03-31T04:05:41Z",
"defaultBranch": "master",
"description": "Actor-based concurrent object framework for Ruby",
"fullName": "celluloid/celluloid",
"homepage": "",
"language": "Ruby",
"name": "celluloid",
"pushedAt": "2024-03-07T20:00:57Z",
"stargazersCount": 3880,
"topics": [],
"updatedAt": "2025-11-14T14:18:29Z",
"url": "https://github.com/celluloid/celluloid"
}

[![Gem Version][gem-image]][gem-link] [![MIT licensed][license-image]][license-link] [![Build Status][build-image]][build-link] [![Maintained: no][maintained-image]][maintained-link] [![Gitter Chat][gitter-image]][gitter-link]

[celluloid-logo-image-raw] !: https://raw.github.com/celluloid/celluloid-logos/master/celluloid/celluloid.png [gem-image] !: https://badge.fury.io/rb/celluloid.svg [gem-link] !: http://rubygems.org/gems/celluloid [build-image] !: https://github.com/celluloid/celluloid/actions/workflows/github-actions.yml/badge.svg?branch=master [build-link] !: https://github.com/celluloid/celluloid/actions/workflows/github-actions.yml [license-image] !: https://img.shields.io/badge/license-MIT-blue.svg [license-link] !: https://github.com/celluloid/celluloid/blob/master/LICENSE.txt [maintained-image] !: https://img.shields.io/maintenance/no/2016.svg [maintained-link] !: https://github.com/celluloid/celluloid/issues/779 [gitter-image] !: https://badges.gitter.im/badge.svg [gitter-link] !: https://gitter.im/celluloid/celluloid

Celluloid is a framework for building asynchronous and multithreaded Ruby programs using object-oriented concepts.

Celluloid is in the process of being refactored and released back into the wild during Google Summer of Code. The next era will not have one individual active maintainer, but a team of collaborators. Going forward, previously dormant maintainer Donovan Keme is returning to support future primary maintainer Emese Padányi during GSoC 2020. Her plan extends past the Summer program, and aims to revive the community and codebase of Celluloid together. Backing this process are Harsh Deep and GSoC alumni Dilum Navanjana. We welcome your collaboration and contributions in this massive work.

The codebase is being refactored to pursue a stable release with no deprecation warnings, and with this cleaned up:

Diagram meticulously developed by Emese Padányi

[celluloid-diagram] !: https://raw.githubusercontent.com/celluloid/celluloid/master/documentation/ClassDiagram-class_diagram.png

Please see the Celluloid Wiki for more detailed documentation and usage notes.

The following API documentation is also available:

See also: Projects Using Celluloid

  • [Reel][reel] !: An “evented” web server based on Celluloid::IO
  • [DCell][dcell] !: The Celluloid actor protocol distributed over 0MQ
  • [ECell][ecell] !: Mesh strategies for Celluloid actors distributed over 0MQ
  • [Celluloid::IO][celluloid-io] !: “Evented” IO support for Celluloid actors
  • [Celluloid::ZMQ][celluloid-zmq] !: “Evented” 0MQ support for Celluloid actors
  • [Celluloid::DNS][celluloid-dns] !: An “evented” DNS server based on Celluloid::IO
  • [Celluloid::SMTP][celluloid-smtp] !: An “evented” SMTP server based on Celluloid::IO
  • [nio4r][nio4r] !: “New IO for Ruby”: high performance IO selectors
  • [Timers][timers] !: A generic Ruby timer library for event-based systems

[reel] !: https://github.com/celluloid/reel/ [dcell] !: https://github.com/celluloid/dcell/ [ecell] !: https://github.com/abstractive/ecell/ [celluloid-io] !: https://github.com/celluloid/celluloid-io/ [celluloid-zmq] !: https://github.com/celluloid/celluloid-zmq/ [celluloid-dns] !: https://github.com/celluloid/celluloid-dns/ [celluloid-smtp] !: https://github.com/abstractive/celluloid-smtp/ [nio4r] !: https://github.com/celluloid/nio4r/ [timers] !: https://github.com/celluloid/timers/

  • Fork this repository on github
  • Make your changes and send us a pull request
  • Pull requests will be reviewed for inclusion in the project

Copyright (c) 2011-2018 Tony Arcieri, Donovan Keme.

Distributed under the MIT License. See LICENSE.txt for further details.