Socket
Socket
Sign inDemoInstall

mute-bot-storage

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mute-bot-storage

Very simple bot storage NodeJS server written in Typescript to use with [MUTE](https://github.com/coast-team/mute). It may be invited into MUTE collaboration session, like any other collaborator, but it never modifies the document content or title. Its ro


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Mute-bot-storage

Very simple bot storage NodeJS server written in Typescript to use with MUTE. It may be invited into MUTE collaboration session, like any other collaborator, but it never modifies the document content or title. Its role is to store the document into MongoDB.

Features

  • Can participate in several MUTE sessions independently
  • Has REST API to get bot name and the list of all documents in database

Usage

Usage: node server [options]

  Options:

    -h, --help                                               output usage information
    -n, --name <bot name>                                    Specify a name for the bot, DEFAULT: "Repono"
    -h, --host <ip or host name>                             Specify host address to bind to, DEFAULT: "0.0.0.0"
    -p, --port <n>                                           Specify port to use for the server (REST API), DEFAULT: 8080
    -b, --portBot <n>                                        Specify port to use for the peer to peer bot, DEFAULT: 9000
    -s, --signalingURL <url>                                 Specify Signaling server url for the peer to peer bot, DEFAULT: http://signal2.loria.fr

    -t, --https                                              If present, the REST API server is listening on HTTPS instead of HTTP
    -l, --logLevel <none|trace|debug|info|warn|error|fatal>  Specify level for logging. DEFAULT: "info".
    -f, --logFile                                            If specified, writes logs into file

Keywords

FAQs

Package last updated on 25 May 2018

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