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

openrtp

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openrtp

Is a text-based software framework supported by an extensive ecosystem of tools that help developers design, build, document, and use programming relationships for socket.io.

  • 1.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

OpenRTP

Table of Contents

  • Screenshots
  • Install
  • Introduction
  • HowToUse
  • Configuration
  • Documentation
  • ChangeLog

Screenshots

Click to see openRTP example screenshots

Install

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.6 or higher is required.

Installation is done using the npm install command:

$ npm i openrtp

Introduction

Is a text-based software framework supported by an extensive ecosystem of tools that help developers design, build, document, and use programming relationships for socket.io.

HowToUse

Write this code in js file:

let openRTP = require('openrtp');

openRTP({
    fileLocation: 'openrtp.yaml'
});

And run this command:

npm start

The port of server for listening event By default is 17892, you can actually Configuration openRTP, click for more information

Configuration

let openRTP = require('openrtp');

openRTP({
    fileLocation: 'openrtp.yaml',
    host: '127.0.0.1',
    port: '3000',
    route: '/io/docs'
});

fileLocation => Yaml file path

port => OpenRTP express port

host => OpenRTP express host

route => Is the path to display the output of the yaml file in the rest api

Documentation

It gives you information about the yaml file structure, click for more information

ChangeLog

Version 1.x

Change Log

Version 0.5.x

Change Log

Keywords

FAQs

Package last updated on 26 Dec 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