1.0.0 • Published 10 years ago

snurra-socket v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

snurra-socket

A wrapper around the ws npm module that adds JSON-parsing stream interface.

Example usage

Below is an example that subscribes to all the transactions happening on the Stellar network. Stellar API endpoint documentation

_ = require 'highland'
socket = require('./index')()

_(socket('message')).each console.log

socket('connect').write 'ws://live.stellar.org:9001'

socket('send').write
  "command" : "subscribe"
  "streams" :  [ "transactions" ]
1.0.0

10 years ago