A socket based chat client - for learning purposes only.
This should operate with ForwardServer - another repository you can find under my account.
- Configure ForwardServer to listen on two available ports (port "a" and port "b") on you machine.
- Run two emulators.
- Run emulator A with ClientChatThreadActivity::PORT = a
- Run emulator B with ClientChatThreadActivity::PORT = b
- You can now talk to each other!