Initial broker registration of browser proxies

- broker.coffee contains the xhr stuff
- COR enabled on the go broker
- POST body reflection works
This commit is contained in:
Serene Han 2016-01-20 16:16:20 -08:00
parent f2d8a749f4
commit 28e557fb43
4 changed files with 57 additions and 8 deletions

View file

@ -7,6 +7,7 @@ FILES = [
'util.coffee'
'proxypair.coffee'
'websocket.coffee'
'broker.coffee'
'snowflake.coffee'
]
FILES_TEST = [