/urhs

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

Primary LanguageJavaScript

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.