socket: Explicitly communicate success

This commit updates the socket process to explicitly communicate the
process (and any potential error) on the server using a binary message.
This commit is contained in:
Tom Wiesing 2023-02-28 01:07:28 +01:00
parent 53f63d4efd
commit 746ebcd9e3
No known key found for this signature in database
12 changed files with 111 additions and 31 deletions

View file

@ -4,6 +4,7 @@
"license": "AGPL-3.0-only",
"private": true,
"dependencies": {
"async-mutex": "^0.4.0",
"dayjs": "^1.11.5",
"highlight.js": "^11.7.0",
"latex.css": "^1.8.0",