diff options
author | Marvin Borner | 2018-06-30 23:44:50 +0200 |
---|---|---|
committer | Marvin Borner | 2018-06-30 23:44:50 +0200 |
commit | b1c501e2f239ef6dcbf5e55e403834d793c6a0f6 (patch) | |
tree | 4532adc1e40f0da7580132b2a82c67c946a478f3 /StartServer.sh | |
parent | 70233ba2d306019d415b94e270d3a90672236544 (diff) |
Finished websocket integration
Diffstat (limited to 'StartServer.sh')
-rw-r--r-- | StartServer.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/StartServer.sh b/StartServer.sh new file mode 100644 index 0000000..62c29fd --- /dev/null +++ b/StartServer.sh @@ -0,0 +1,2 @@ +#!/bin/bash +node resources/assets/js/chatServer.js
\ No newline at end of file |