0.2.9 • Published 12 years ago

stack.io v0.2.9

Weekly downloads
54
License
-
Repository
-
Last release
12 years ago

Stack.io library

Stack.io is a distributed Event Emitter library to communicate easily between different nodejs app (or services).

It implements the EventEmitter API to be used in an intuitive way.

It also implements an RPC (Remote Procedure Call) layer on top of the Events layer to expose JavaScript objects easily through the network.

Only Push/Pull and Pub/Sub models are implemented on top of Redis but the library has been implemented to be transport agnostic. So other transports will follow.

Features:

  • EventEmitter-like implementation
  • RPC, expose and call a Service from anywhere
  • Transport agnostic (multi-transport will follow)
  • Any Object or Events can ben called or exposed from the browser (using socket.io)

Feel free to checkout the examples and also the browser support examples (backend and frontend).

Let's start:

$ npm install stack.io
$ node
> var stackio = require('stack.io'),
>     io = stackio();
0.2.9

12 years ago

0.2.8

12 years ago

0.2.7

12 years ago

0.2.6

12 years ago

0.2.5

12 years ago

0.2.4

12 years ago

0.2.2

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.6

12 years ago

0.1.5

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago