bogo

1.34.0 • Public • Published

bogo

Event Emitter wrapper for Web Sockets (for use in browsers)

Install

  npm install bogo

Usage

const bogo = require('bogo')(8081);

bogo.on('message', function(data) {
  bogo.emit('reply', {name:'message', data:'Hello from Client!!!11!!'});
});

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.34.08latest

Version History

VersionDownloads (Last 7 Days)Published
1.34.08
1.33.00
1.32.01
1.31.00
1.30.01
1.29.00
1.28.02
1.27.00
1.26.00
1.25.00
1.24.00
1.23.00
1.22.00
1.21.00
1.20.00
1.19.00
1.18.01
1.17.00
1.16.00
1.15.01
1.14.00
1.13.00
1.12.00
1.11.01
1.10.00
1.9.00
1.8.00
1.7.01
1.4.00
1.3.01
1.2.00
1.1.01

Package Sidebar

Install

npm i bogo

Weekly Downloads

18

Version

1.34.0

License

ISC

Unpacked Size

36.2 kB

Total Files

5

Last publish

Collaborators

  • fantasyui.com