7 lines
282 B
TypeScript
7 lines
282 B
TypeScript
|
|
import * as msgpack from 'msgpackr';
|
||
|
|
import { CollabVMProtocolMessage, CollabVMProtocolMessageType } from '@cvmts/collab-vm-1.2-binary-protocol';
|
||
|
|
|
||
|
|
// TODO: reimplement binrects protocol
|
||
|
|
// we can just create/proxy a GuacamoleProtocol manually,
|
||
|
|
// and for the rects do our own thing
|