Update websock.js description
This commit is contained in:
parent
40238b00b6
commit
795552e418
|
|
@ -3,9 +3,8 @@
|
||||||
* Copyright (C) 2012 Joel Martin
|
* Copyright (C) 2012 Joel Martin
|
||||||
* Licensed under MPL 2.0 (see LICENSE.txt)
|
* Licensed under MPL 2.0 (see LICENSE.txt)
|
||||||
*
|
*
|
||||||
* Websock is similar to the standard WebSocket object but Websock
|
* Websock is similar to the standard WebSocket object but with extra
|
||||||
* enables communication with raw TCP sockets (i.e. the binary stream)
|
* buffer handling.
|
||||||
* via websockify.
|
|
||||||
*
|
*
|
||||||
* Websock has built-in receive queue buffering; the message event
|
* Websock has built-in receive queue buffering; the message event
|
||||||
* does not contain actual data but is simply a notification that
|
* does not contain actual data but is simply a notification that
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue