nodeconf / christchurch

3 stars 0 forks source link

Talk: not only HTTP ( how to write a client for your binary protocol ) #10

Open sidorares opened 9 years ago

sidorares commented 9 years ago

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