Just another simplistic and purely anonymous chat app for wonky fellows to chat in.
- Anonymity: Chat with others without revealing your identity.
- Simplicity: A straightforward interface for easy communication.
- Real-time: Instantly send and receive messages.
If you wish to install and run WonkChat, follow these steps:
git clone https://github.com/ButterDebugger/WonkChat.git
cd WonkChat
npm install
npm start
Declare the environment variables on your system or inside a file named .env
in the root of the project's directory.
PORT = <0 - 65535> (defaults to 5000)
TOKEN_SECRET = <128 characters>
NAMESPACE = <the domain of the homeserver>
WonkChat is licensed under MIT License
.