https://github.com/hackerkid/webtox
Web Tox is a project to bring Tox to the web
https://github.com/hackerkid/webtox
Last synced: 4 months ago
JSON representation
Web Tox is a project to bring Tox to the web
- Host: GitHub
- URL: https://github.com/hackerkid/webtox
- Owner: hackerkid
- License: mit
- Created: 2016-02-24T22:00:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T13:48:28.000Z (over 10 years ago)
- Last Synced: 2025-02-25T14:39:40.473Z (over 1 year ago)
- Size: 70.3 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#WebTox
> Bringing Tox to the Browser.
WebTox wants to bring Tox to the browser. The project wants to make building web applications using Tox as simple as requiring Tox.js .
##RoadMap

Since Browsers don't support UDP due to security reasons WebTox would be implemented with the help of WebRTC. Initially there would be only WebTox clients. They communicate with each other with the help of WebRTC. Since the normal Tox clients don't have WebRTC support there is no way of WebTox clients to communicate with the normal Tox clients.
This can be fixed by making Hybrid clients. Hybrid clients which runs on server(like Node.js) supports both WebRTC and UDP. They can communicate with both WebTox clients and normal Tox clients. They can pass the messages from Tox clients to WebTox clients and vice versa.
The hybrid clients can be eliminated once the Tox applications add support WebTox.