1
0
mirror of https://github.com/JustKato/FreePad.git synced 2026-02-23 15:50:46 +02:00

WebSockets Work started

+ Implemented Gorilla Sockets
+ Implemented a javascript class
+ Golang Struct introduced
+ JSON parsing from the websocket
+ Fail handlers
This commit is contained in:
2022-06-04 16:32:53 +03:00
parent 400fd23b3e
commit cfe2c06dac
6 changed files with 163 additions and 0 deletions

View File

@@ -209,6 +209,7 @@
{{ template "inc/theme-toggle.html" .}}
</body>
<script src="/static/js/ws.js"></script>
<script src="/static/js/fileSaver.js"></script>
<script src="/static/js/pad.js"></script>
<script src="/static/js/pad-scripts.js"></script>