Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ro31337/hacktunnel
HackTunnel is web-based peer-to-peer chat software for anonymous and encrypted communication written with Go language
https://github.com/ro31337/hacktunnel
Last synced: about 7 hours ago
JSON representation
HackTunnel is web-based peer-to-peer chat software for anonymous and encrypted communication written with Go language
- Host: GitHub
- URL: https://github.com/ro31337/hacktunnel
- Owner: ro31337
- License: agpl-3.0
- Created: 2015-07-25T01:55:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-09T22:48:35.000Z (over 8 years ago)
- Last Synced: 2024-08-05T09:14:41.617Z (3 months ago)
- Language: JavaScript
- Homepage: https://hacktunnel.com
- Size: 182 KB
- Stars: 96
- Watchers: 12
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-network-stuff - **94**星 - based peer-to-peer chat software for anonymous and encrypted communication written with Go language (<a id="01e6651181d405ecdcd92a452989e7e0"></a>工具 / <a id="9d6789f22a280f5bb6491d1353b02384"></a>隧道&&穿透)
README
# HackTunnel
HackTunnel is web-based peer-to-peer chat software for anonymous and encrypted communication. Chat messages are encrypted
twice: with TLS and OTR.With HackTunnel you won't need any IM applications, just a browser:
1. Navigate to https://hacktunnel.com or https://hacktunnel.com/your_unique_tunnel_name.
2. Enter pre-shared passphrase (highly recommended) and click "Start".
3. Share your browser's url address with your friend.And here you go, chat room is created and ready to use.
HackTunnel is fully open sourced and licensed under AGPL. You can easily set up your own instance of HackTunnel and communicate with your friends securely!
## How to setup your own server
Required OS: Linux or FreeBSD with Redis, NodeJS and Go language installed.
```bash
go get github.com/nats-io/gnatsd
cp nats-server.conf.sample nats-server.conf
gnatsd -c nats-server.conf &
redis-server &
make get-deps
make
cp hacktunnel.conf.sample hacktunnel.conf
make run
```Navigate to `http://localhost:2000`
See comments in `hacktunnel.conf.sample` for setting up server parameters.
## Plans
* Add optional nicknames/usernames support
* Add WebRTC support for video/voice conferencing
* Support chat rooms for more than 2 peers
* Support for majority of browsers (including browsers for mobile devices)
* Button for changing current chat background## License
AGPL 3