https://github.com/mixinnetwork/kraken.fm
Kraken is an instant and anonymous audio space and conferencing service.
https://github.com/mixinnetwork/kraken.fm
pion webrtc
Last synced: 12 months ago
JSON representation
Kraken is an instant and anonymous audio space and conferencing service.
- Host: GitHub
- URL: https://github.com/mixinnetwork/kraken.fm
- Owner: MixinNetwork
- License: apache-2.0
- Created: 2020-04-26T03:24:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T09:23:25.000Z (about 1 year ago)
- Last Synced: 2025-06-22T06:54:13.063Z (about 1 year ago)
- Topics: pion, webrtc
- Language: JavaScript
- Homepage: https://kraken.fm
- Size: 106 KB
- Stars: 42
- Watchers: 8
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kraken.fm
Kraken is an instant audio space and conferencing service, no registration required.
Anyone can start a room anonymously, the room creator can control who is able to talk, and by default all other people are muted.
## Development
At first, get the [kraken server code](https://github.com/MixinNetwork/kraken) and start the engine locally.
Start a static web server to serve the repo directory. One of the easiest ways to do this for our purposes is to use Python.
Ensure Python 3 is installed and change to the directory of this repo. Run the command:
```bash
$ python3 -m http.server
```
You should see the prompt that server is listening on port 8000:
```bash
Serving HTTP on 0.0.0.0 port 8000 ...
```
Open your browser, start a room from `http://localhost:8000`.