An open API service indexing awesome lists of open source software.

https://github.com/printercu/elevator_problem


https://github.com/printercu/elevator_problem

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# ElevatorProblem

## Usage

- Install ruby >= 2.4.
- `bin/setup`
- `bin/run`

## Technical details

It uses [celluloid](https://github.com/celluloid/celluloid) concurrency framework
which provides actors model similar to Akka or Erlang.

## Development

After checking out the repo, run `bin/setup` to install dependencies.
Then, run `rake spec` to run the tests. You can also run `bin/console`
for an interactive prompt that will allow you to experiment.