Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikasoba/nicomment-peertube-livechat
peertubeのlivechatをnicommentへ流すやつ
https://github.com/ikasoba/nicomment-peertube-livechat
Last synced: 15 days ago
JSON representation
peertubeのlivechatをnicommentへ流すやつ
- Host: GitHub
- URL: https://github.com/ikasoba/nicomment-peertube-livechat
- Owner: ikasoba
- Created: 2023-12-11T07:32:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T07:33:43.000Z (about 1 year ago)
- Last Synced: 2024-10-24T06:07:08.436Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# nicomment-peertube-livechat
peertubeのlivechatを[nicomment](https://github.com/ikasoba/nicomment)へ流すやつ
# 設定
main.tsと同じ階層のconfig.jsonに設定を書いてください。
- url
これはpeertubeのlivechatプラグインのxmpp-websocketのエンドポイントを指定してください。
- serverPort
これは動かしているnicommentのポート番号を書いてください。
# 使い方
```
npm run start <部屋のID>
```
とすれば起動できます。