Void Chat is a simplistic and purely anonymous chat app developed by ButterDebugger.
- Anonymity: Chat with others without revealing your identity.
- Simplicity: A straightforward interface for easy communication.
- Real-time: Instantly send and receive messages.
To get started with Void Chat, follow these steps:
- Clone the repository:
git clone https://github.com/HeyItsSloth/VoidChat.git
- Install the dependencies:
npm install
- Create a
.env
file in the root directory and add the following environment variables:
- PORT = <0 - 65535> (optional, defaults to 8080)
- TOKEN_SECRET = <128 characters>
- CLOUD_TOKEN = <cloud.butterycode.com database token> (optional)
-
node server.js
-
node server.js -log
-
node server.js -log -app
-
node server.js -log -icons
Once the server is running, open your web browser and navigate to http://localhost:8080
to access Void Chat.
We welcome contributions to Void Chat. To contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Commit your changes:
git commit -am 'Add your feature'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request.
If you have any questions, issues, or suggestions, please feel free to open an issue.
Join our Discord community to stay updated and interact with other VoidChat users.
Void Chat is released under the MIT License.