/hask

Open Source code for HASK, written in JS and EJS(Embedded JS HTML) - by Halsen

Primary LanguageJavaScript

HASK - Open Source Peer-to-Peer JS

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

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

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