Project

sora

0.0
The project is in a healthy, maintained state
sora (Server Of Ruby for Access) can send and receive files, and transmit text strings to communicate information.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.8
 Project Readme

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