VideoTogether / videotogether.fm

Kraken is an instant and anonymous audio conferencing service

Home Page:https://kraken.fm/github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kraken.fm

Kraken is an instant audio conferencing service, no registration required.

  1. start your audio conferencing at https://kraken.fm/ROOM-ID
  2. ROOM-ID could be anything, a simple word is good for a public room
  3. 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.

About

Kraken is an instant and anonymous audio conferencing service

https://kraken.fm/github

License:Apache License 2.0


Languages

Language:JavaScript 76.5%Language:CSS 12.8%Language:HTML 10.7%