Awesome
kraken.fm
Kraken is an instant audio conferencing service, no registration required.
- start your audio conferencing at
https://kraken.fm/ROOM-ID
ROOM-ID
could be anything, a simple word is good for a public room- refresh home page to get a random and anonymous
ROOM-ID
each time
Development
At first, get the kraken server code 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's SimpleHTTPServer.
Ensure Python installed and navigate to the directory of this repo. Run the command.
$ python2 -m SimpleHTTPServer
You should see the prompt that server is listening on port 8000.
Serving HTTP on 0.0.0.0 port 8000 ...
Open your browser, access a room with http://localhost:8000/?room=ROOM-ID
.