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
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.
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.
- Espen Halsen - @Halsen