Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 893 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 893 Bytes

HASK - Open Source Peer-to-Peer JS

HASK uses JS and EJS to create a peer-to-peer connection. Web-camera is required.

Wanna test it out? You can do so here: https://hask.halsendata.com

Run Locally on your machine:

Clone the HASK project to your designated folder

  git clone https://github.com/espenhalsen/hask.git

Go to the cloned HASK directory

  cd hask

Install dependencies

  npm install

Start the HASK server

  npm start

Now you should be able to open the server in a browser using localhost/your ip and :3030 as the port.

Development

To develope on the HASK project, use the command below

  npm run devStart

This will start a nodemon development server, which updates each time you save a file.

Authors