Skip to content

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

Notifications You must be signed in to change notification settings

espenhalsen/hask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks