Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/espenhalsen/hask
- Owner: espenhalsen
- Created: 2022-11-25T20:01:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T09:00:38.000Z (about 2 years ago)
- Last Synced: 2023-09-05T10:41:10.882Z (over 1 year ago)
- Topics: p2p, peer-to-peer, webrtc
- Language: JavaScript
- Homepage: https://hask.halsendata.com
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)