🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

sora

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sora

25.1.25
Rubygems
Version published
Maintainers
1
Created
Source

sora

Ruby Gem Version

image

日本語の README

sora is an http server in Ruby that can send and receive strings and files.

sora (Server Of Ruby for Access) can send and receive files, and transmit text strings to communicate information.

Installation

This gem is supported on Windows and Linux.

How to Install

gem install sora

or

rake install # Install from repository

About sora

Sola sets up a server on the installed machine. Strings and files can be shared by accessing that machine from smartphones or other machines in the LAN.

The following command will bring up the sora server on port 8080.

sora -p 8080 # or: sora

Next, let's access sora with a browser.

On a machine with sora installed, you can access sora from the following url.

http://127.0.0.1:8080/

From other terminals, the IP address of the installed machine is obtained and accessed. The IP address can be checked from the Windows Settings, where IPv4 address is the target IP address. You can also check it by running ipconfig in the console.

get ipv4

FAQs

Package last updated on 24 Jan 2025

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