Skip to content

This is the client stub to connect a server running on your local machine to urhs.online.

Notifications You must be signed in to change notification settings

PaulsBecks/urhs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URHS Client

This is for everyone wanting to host their own service at home, on a raspi or any other machine, even your crappy old laptop will do.

More info at www.urhs.online

You need one thing though, Node JS. We can get rid of this too, but for now you need it.

Getting startet

With Npx

npx urhs <Port-of-local-service>

Global Npm Install

npm -g install urhs
urhs <Port-of-local-service>

From source

  1. Clone the repo
git clone https://github.com/PaulsBecks/urhs
  1. Start your server
cd urhs/ && npm run example  # replace this with your own 
  1. Start URHS Client in another terminal
npm run start 9000  # or whatever port your local server is running on

Profit.

About

This is the client stub to connect a server running on your local machine to urhs.online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published