New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

voxels-scripting-server

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

voxels-scripting-server

A basic server to run Voxels.com scripts

  • 0.9.4
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-63.64%
Maintainers
1
Weekly downloads
 
Created
Source

Voxels Scripting Server.

A package to allow people to create their own persistent scripting server. This module exports two objects:

  • Method makeVSSForParcel(); This function returns a promise containing the WebSocketServer when it has successfully started.
  • Object expressApp which is the express app object. See the express npm module documentation.

How to run your own server

  1. run npm i

  2. Edit server.ts. Replace 670 with the parcel ID or Space ID you want to create a scripting server for.

  3. run npm run test:server; This will run the server.

These steps are to create a very simple server in 3 simple steps;

Else, you can also just have your own server and call makeVSSForParcel(...)

FAQs

Package last updated on 15 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc