Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stoufa88/lawd-desktop
Video streaming desktop application.
https://github.com/stoufa88/lawd-desktop
Last synced: 3 months ago
JSON representation
Video streaming desktop application.
- Host: GitHub
- URL: https://github.com/stoufa88/lawd-desktop
- Owner: stoufa88
- License: mit
- Created: 2016-06-02T08:54:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T18:51:17.000Z (over 8 years ago)
- Last Synced: 2024-08-02T12:52:25.475Z (6 months ago)
- Language: Vue
- Homepage: http://getlawd.com
- Size: 875 KB
- Stars: 75
- Watchers: 6
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - stoufa88/lawd-desktop - Video streaming desktop application. (others)
README
# **Lawd**
----------
# Videos
Lawd uses a parse server as its backend to store videos (movies and tv series).
The torrents from the tracker api are transformed and filtered in our parse server.On the frontend, I used Vue.js and I find it extremely powerful library for building simple UI.
For streaming, I was caught by the simplicity of use of WebTorrent.js.
So I would like to thank these two fellas for making lawd alive.
But to not forget the kat who offered me rapid access to their daily dump api.## Install
First, clone the repo via git
And then install dependencies.```bash
$ npm install
```## Run
Run this two commands __simultaneously__ in different console tabs.
```bash
$ npm run hot-server
$ npm run start-hot
```or run two servers with one command
```bash
$ npm run dev
```