move websocket creation to resource task

This commit is contained in:
Nova Fallen 2015-12-02 23:54:24 -05:00
parent 9f9d3570fc
commit e8c8277f34
10 changed files with 234 additions and 101 deletions

View file

@ -30,3 +30,4 @@ image = "0.5.0"
serde = "0.6"
serde_macros = "0.6"
url = "0.5"
websocket = "0.14.0"