Socket.IO Tester Playground - Develop apps without a front-end

Playground image

For a ready-to-use web version: https://socketio-tester-playground.vercel.app/

npm run electron

Launches the program in Electron(production). Note that this will require the npm run build to be run first.

npm run package

Will run npm run build and then electron-forge package, to pack the files into a working Electron build, inside "out" directory.

npm run dev-server

Runs the program in the browser, in development mode.

npm run dev

Runs the program in Electron(development). Please note, that you will need to run npm run dev-server in parallel