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

https://github.com/oe/dplayer-tcb

DPlayer danmu backend with Tencent cloudbase
https://github.com/oe/dplayer-tcb

Last synced: 6 months ago
JSON representation

DPlayer danmu backend with Tencent cloudbase

Awesome Lists containing this project

README

          

# DPlayer for TCB

DPlayer, danmaku backend with Tencent cloudbase

## Building and running on localhost

First install dependencies:

```sh
npm install
```

To run in hot module reloading mode:

```sh
npm start
```

To create a production build:

```sh
npm run build-prod
```

## Running

```sh
node dist/bundle.js
```

## Credits

Made with [createapp.dev](https://createapp.dev/)