1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

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()