room

0.0.4 • Public • Published

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' })
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    18
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    18
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i room

Weekly Downloads

18

Version

0.0.4

License

Unlicense

Last publish

Collaborators

  • exebook