Moved chat example to chatserver.

This commit is contained in:
Nathan Osman
2015-07-09 11:40:15 -07:00
parent 26a44967e8
commit 6121a207ca
11 changed files with 23 additions and 28 deletions

View File

@@ -0,0 +1,8 @@
<RCC>
<qresource prefix="/">
<file>static/index.html</file>
<file>static/css/style.css</file>
<file>static/js/jquery.min.js</file>
<file>static/js/chat.js</file>
</qresource>
</RCC>