Huge News!Announcing our $40M Series B led by Abstract Ventures.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

  • 24.8.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

sora

Ruby Gem Version

sora

日本語の 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 03 Aug 2024

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