socket.io-computer: Anniversary Edition (facade version of socket.computer because the real thing is so terrible)
Go to file
2024-07-24 04:54:00 -04:00
.yarn bring over removal of node canvas 2024-07-24 04:47:12 -04:00
backend allow js to set jpeg quality 2024-07-24 04:53:08 -04:00
jpeg-rs oops 2024-07-24 04:54:00 -04:00
shared backend: Port to superqemu 2024-07-24 04:22:31 -04:00
webapp backend: Port to superqemu 2024-07-24 04:22:31 -04:00
.editorconfig initial commit 2024-04-02 07:43:54 -04:00
.gitignore oops 2024-07-24 04:54:00 -04:00
.prettierignore initial commit 2024-04-02 07:43:54 -04:00
.prettierrc.json initial commit 2024-04-02 07:43:54 -04:00
.yarnrc.yml backend: Port to superqemu 2024-07-24 04:22:31 -04:00
LICENSE port entire project to using parcel + strict TypeScript 2024-04-05 04:30:56 -04:00
package.json bring over removal of node canvas 2024-07-24 04:47:12 -04:00
README.md backend: Port to superqemu 2024-07-24 04:22:31 -04:00
tsconfig.json port entire project to using parcel + strict TypeScript 2024-04-05 04:30:56 -04:00
yarn.lock bring over removal of node canvas 2024-07-24 04:47:12 -04:00

socket.io-computer: Anniversary Edition

socket.computer, except not powered by socket.io anymore, and with many less bugs. This monorepo builds

  • The backend
  • Shared components
  • The webapp (TODO)

Building

$ yarn
$ yarn build:service # Build the service
$ yarn build:frontend # Build the webapp

Hosting

TODO

  • Edit webapp/src/index.ts to point the websocket URL to an appopiate place
  • Build the service and the webapp (tip, see the above section)
  • copy webapp/dist (excl. .map files) to an applicable webroot
  • Run the backend, optionally with systemd service things (MAKE SURE TO SET NODE_ENV TO PRODUCTION.) (also proxy it for wss please)

... profit?