0.0.4 • Published 9 years ago

room v0.0.4

Weekly downloads
7
License
Unlicense
Repository
github
Last release
9 years ago

#Room

This is a library for inter-function or inter-class communication in your JavaScript. The idea is based on "humanitarian mnemonics", imagine there is a room and many people can talk or leave messages on table. Anyone who says something into the room will be heared by others. There are more to it, will write later.

room.say('hello')
room.listen('hello', function() { 'someone says hello' })
}
0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago