jchat is a peer to peer chat application written in Java.
236
jchat is a peer to peer messaging application written in java.
Do not use on external networks that you don't trust, it is highly vulnerable and unencrypted.
to run, I reccomend this docker compose file:
services:
jchat:
image: angrypig555/jchat
networks:
- jchat-test-network
stdin_open: true
tty: true
networks:
jchat-test-network:
driver: bridge
the command to run it is:
docker compose run jchat
so you can achieve an interactive terminal. At the start it will display the container's ip address.
This container was made so you can try jchat out on one pc without needing 2 computers.
Content type
Image
Digest
sha256:036f7e440…
Size
77.5 MB
Last updated
5 months ago
docker pull angrypig555/jchat:1.0