Giter Club home page Giter Club logo

webtox's Introduction

WebTox

WebTox is a web-based Tox client written in go (server-side) and html5 (client-side).

WebTox isn't ready yet! Please don't use WebTox if you don't know the risks of using unstable software.

Screenshot of WebTox

When you should(n't) use WebTox

You should use WebTox if

  • you would like to use Tox on any currently unsupported plattform that comes with support for web-based applications.
  • you are able to install it on your Raspberry Pi or any similar hardware.
  • you want to install it locally because you like web applications. ;)

You should not use WebTox if

  • you don't trust the server you would like to install it on.
  • you just want to use Tox as a normal desktop application and don't care about the technical details.
  • you have never heard of "Port Forwarding" and "DynDNS".

If WebTox does not fit your requirements, try out one of the recommended Tox clients for your plattform.

How to run

If you are unfamiliar with Go, please start by reading How to Write Go Code.

First of all, you have to install toxcore.

If you haven't set up your go environment yet, here is how to do so:

mkdir -p ~/go
export GOROOT=~/go
export PATH=$PATH:~/go/bin
echo "export GOPATH=~/go/" >> ~/.bash_profile
echo "export PATH=$PATH:~/go/bin" >> ~/.bash_profile

The easiest way to run WebTox is using the go tools:

go get github.com/codedust/WebTox
go get github.com/codedust/go-tox
go get github.com/codedust/go-httpserve
go get github.com/mattn/go-sqlite3

WebTox can now be started simply by running go run *.go from within the server directory. Next, visit http://localhost:8080/ and you are done.

Contributing

Yay! Thanks. Any contribution is helpful. If you plan to start a huge change, it might be the best to create a Github Issue first.

License

WebTox is released under the GNU General Public License v3.

webtox's People

Contributors

codedust avatar tester798 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.