Go to file
Alessandro Proto 1172eb3d6c
Update README.md
2023-09-14 18:36:19 +02:00
libs Added token arg to soqet.new and using native json by default 2021-11-22 21:52:13 +01:00
public Removed support for wildcard channels 2022-02-01 12:26:37 +01:00
src Removed support for wildcard channels 2022-02-01 12:26:37 +01:00
.gitignore Upgraded to V2 2021-09-25 20:02:51 +02:00
LICENSE Rewritten soqet.lua and oc_soqet.lua + bug fixes 2020-09-13 20:26:28 +02:00
README.md Update README.md 2023-09-14 18:36:19 +02:00
config.json Removed support for wildcard channels 2022-02-01 12:26:37 +01:00
package-lock.json Added prometheus metrics 2021-11-24 21:58:42 +01:00
package.json Added prometheus metrics 2021-11-24 21:58:42 +01:00
soqet-ts.iml Upgraded to V2 2021-09-25 20:02:51 +02:00
tsconfig.json Upgraded to V2 2021-09-25 20:02:51 +02:00

README.md

The new Soqet 3 is available here

Soqet

This is the source code powering the Soqet Network.

Libraries

For ComputerCraft

wget https://raw.githubusercontent.com/Ale32bit/Soqet/master/libs/cc_soqet.lua soqet.lua

For OpenComputers

wget https://raw.githubusercontent.com/Ale32bit/Soqet/master/libs/oc_soqet.lua soqet.lua

API Documentation

Documentation can be found here: https://soqet.alexdevs.me or check the public/index.html.

Self hosting

Build

Run npm install to install all packages and then npm run build to build the server.

Run

Run npm run start to run the server