Switch to protocol buffers for communication.

This commit is contained in:
Simo Kinnunen
2014-01-22 16:34:07 +09:00
parent f60cf2008b
commit 90e405a341
8 changed files with 354 additions and 36 deletions

6
lib/wire/index.js Normal file
View File

@@ -0,0 +1,6 @@
var path = require('path')
var ProtoBuf = require('protobufjs')
module.exports =
ProtoBuf.loadProtoFile(path.join(__dirname, 'wire.proto')).build()