Socket
Socket
Sign inDemoInstall

actional

Package Overview
Dependencies
216
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    actional

Let clients pick and choose what to send to each other with Socket.IO


Version published
Weekly downloads
8
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Actional

Let clients pick and choose what to send to each other with Socket.IO

⚠️ Warning

This code isnt really all that clean or too useful. This is mainly used for Taco Bot.
Also to note: Namespaces do not work. For some reason the client would create two sockets (one to the root namespace and another to the defined one) leaving the root namespace socket (that will always be contacted) to not be used by the client.

Features:

  • Gather client IDs based on conditions (i.e. canReachUser)
  • Send events from client to client, allowing you to get and send data from other processes
  • CLI for servers actional-server

actional-server

Run actional-server --help for more info. Arguments are mostly one-to-one with Socket.IO and Actional config.
Running the command in a directoty with .actional.json will use the JSON as a config, otherwise, a config can be defined using --config.
Config files can have every Socket.IO server and Actional option in camel case.

FAQs

Last updated on 31 Jan 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc