• Stars
    star
    147
  • Rank 251,347 (Top 5 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Clustered, location transparent actor library in Rust

Build Status

API Documentation

Usage

Add the following to your Cargo.toml

[dependencies]
rabble = "0.3"

Add this to your crate root

extern crate rabble;

Description

Rabble provides location independent actor communication over a fully connected mesh of nodes. More information can be found in the architecture doc and user guide.

More Repositories

1

rafter

An Erlang library application which implements the Raft consensus protocol
Erlang
267
star
2

cli-chart

Ansi Color Bar Charts
JavaScript
62
star
3

forkqueue

A work queue for node.js that uses child processes
JavaScript
54
star
4

amy

Rust wrapper around epoll and kqueue
Rust
43
star
5

ferris

A hierarchical timer wheel in Rust
Rust
16
star
6

cacheit

A simple cache backed by Redis
JavaScript
7
star
7

dynamo-schema

Node.js schema validation module for Amazon DynamoDB
JavaScript
7
star
8

s3asy

Simple S3 operations for Node.js with caching backed by Redis
JavaScript
6
star
9

measure

Simple measuring of your javascript operations for node.js
JavaScript
4
star
10

simpleShard

Distributed sharding layer for relational databases built on node.js
JavaScript
4
star
11

ananke

An implementation of data types types and protocols for node-wide causality tracking
Erlang
3
star
12

node-paxos

An implementation of the Paxos/Multi-Paxos Algorithm in node. Very Experimental!
JavaScript
2
star
13

orset

A state based delta orset in Rust
Rust
2
star
14

funfsm

A library for creating and testing finite state machines in Rust
Rust
2
star
15

flatmerge

Simple Non-recursive merge for js objects
JavaScript
2
star
16

timer_heap

A binary heap based timer system
Rust
2
star
17

dossier

A simple way to manage application level statistics using redis and node.js
JavaScript
1
star
18

dotvimstar

vim stuff
Vim Script
1
star
19

terraform

Simple machine provisioning with Node.js
JavaScript
1
star
20

sitemonitor

a Hook for monitoring web-sites. super awesome for ping applications
JavaScript
1
star
21

sleuth

A linearizability checker in Rust
Rust
1
star
22

node-multimeter

render multiple progress bars at once on the terminal
JavaScript
1
star