# onramp **Repository Path**: mirrors_floatdrop/onramp ## Basic Information - **Project Name**: onramp - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # onramp onramp is a websocket server which allows browsers to connect directly to each other. It acts as an "on-ramp" to a peer-to-peer network of browsers. ## To use 1. Install Node 0.10+ 2. Execute `npm install -g onramp` 3. Execute `onramp` You can pass `-h [host]` to change set the host of the server. By default it will use "localhost:20500". onramp is purpose-built to work with [P](https://github.com/oztu/p).