1.0.1 • Published 6 years ago

gun-ws v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

gun-ws

An extended websocket driver for Gun.

Controlling Options

  var gun = new Gun( { ws: { 
                              server: <A single server>,
                              servers: []   // array of servers to attach to
                              address : { } // an address to listen at
                              acceptCallback : cb( protocol, headers, url )
                              
                           } 
                     } );

Changelog

  • 1.0.1 - fix name in readme; update gun dependency
  • 1.0.0 - Initial release