bigbluebutton-Github/client/bbb-html5-client/iotest.coffee

15 lines
132 B
CoffeeScript
Raw Normal View History

2014-04-14 07:39:18 +08:00
postal = require('postal')
2014-04-14 08:16:37 +08:00
proxy = require './lib/clientproxy'
2014-04-14 07:39:18 +08:00
crypto = require 'crypto'
2014-04-14 08:16:37 +08:00
proxy.listen(3019)
2014-04-14 07:39:18 +08:00