Main goal: walk trough tutorial on how to write clients for a binary protocols
Also: best practices ( naming, what should feel sync/ what async, what is usually callbacks/CSP and what EventEmitter )
If you designing your own protocol: what makes binary protocol good from client developer and a client user point of view.
A bit of everything together for end of talk demos: glueing together clients and servers: mysql -> pg proxy, vnc server using chrome dev tools remote protocol client and rfb2 server, attaching chrome dev tools client over adb stream to mobile chrome
Main goal: walk trough tutorial on how to write clients for a binary protocols Also: best practices ( naming, what should feel sync/ what async, what is usually callbacks/CSP and what EventEmitter ) If you designing your own protocol: what makes binary protocol good from client developer and a client user point of view. A bit of everything together for end of talk demos: glueing together clients and servers: mysql -> pg proxy, vnc server using chrome dev tools remote protocol client and rfb2 server, attaching chrome dev tools client over adb stream to mobile chrome