Skip to content

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Websocket Sequence

Usage

import WS from 'ws-sequence'

const ws = new WS({uri: 'wss://localhost', ping: '💧', binaryType: 'blob'})

ws.on('open', e => {
  console.log(e)
})
ws.on('message', msg => {
  console.log(msg)
})
ws.send({foo: 'bar'})

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages