Open
Description
When one opens a websocket to receive a stream of data, it is usu either in JSON, XML, or maybe binary form. There are good, established packages (jsonlite, xml2, DBI, etc) for dealing with R connections that stream such data in or out. It would nice to have an example of websockets interfacing with one of these in a natural and seamless way. My understanding is that a ws object is not a connection per se, and understanding that difference would be hugely helpful.