Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/espenhalsen/hask

Open Source code for HASK, written in JS and EJS(Embedded JS HTML) - by Halsen
https://github.com/espenhalsen/hask

p2p peer-to-peer webrtc

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://hask.halsendata.com)

## Run Locally on your machine:

Clone the HASK project to your designated folder

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

Go to the cloned HASK directory

```bash
cd hask
```

Install dependencies

```bash
npm install
```

Start the HASK server

```bash
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

```bash
npm run devStart
```
This will start a nodemon development server, which updates each time you save a file.

## Authors

- Espen Halsen - [@Halsen](https://www.github.com/espenhalsen)