elcct / taillachat

Anonymous chat and picture sharing written in Go

Home Page:https://tailla.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailla Chat Build Status

Tailla Chat https://tailla.com/ is an anonymous chat and picture sharing web application written in Go.

Dependencies

Tailla Chat requires Go 1.7.

Instructions below have been tested on Ubuntu 16.04.

Installation

To install Tailla Chat issue:

go get -u github.com/elcct/taillachat

Then you can start it with:

TAILLA_PUBLIC_PATH=$GOPATH/src/github.com/elcct/taillachat/public \
TAILLA_TEMPLATE_PATH=$GOPATH/src/github.com/elcct/taillachat/views \
TAILLA_UPLOAD_PATH=/tmp \
$GOPATH/bin/taillachat

You can now direct your browser to localhost:8000

Icons

Tailla Chat uses Skype Emoticons via https://github.com/kof/emoticons/

Check license: https://github.com/kof/emoticons/blob/master/LICENSE

About

Anonymous chat and picture sharing written in Go

https://tailla.com/

License:MIT License


Languages

Language:CSS 73.9%Language:Go 10.8%Language:HTML 8.7%Language:JavaScript 6.7%