Skip to content

This is the unofficial modified client of ButterDebuggers WonkChat, This will have unofficial updates and patches that may potentially be pushed to the original master branch if the owner deems it worthy to do so. Thanks.

License

Notifications You must be signed in to change notification settings

zackrspv/VoidChat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoidChat Logo

Void Chat is a simplistic and purely anonymous chat app developed by ButterDebugger.

Features

  • Anonymity: Chat with others without revealing your identity.
  • Simplicity: A straightforward interface for easy communication.
  • Real-time: Instantly send and receive messages.

Getting Started

To get started with Void Chat, follow these steps:

  1. Clone the repository: git clone https://github.com/HeyItsSloth/VoidChat.git
  2. Install the dependencies: npm install
  3. 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)
  1. You can start the node.js server in a couple of ways!

  • node server.js

  • With the new flagging system in the server.js file, we have a couple of new options
  • node server.js -log

  • This allows users to activate a logging feature so that all events are logged in the console, along with this update, brings subflags like -icons or -app
  • node server.js -log -app

  • node server.js -log -icons

  • this allows users to log specific application pulls, from /app or from /icons to see if there are any events not loading or icons not loading

Usage

Once the server is running, open your web browser and navigate to http://localhost:8080 to access Void Chat.

Contributing

We welcome contributions to Void Chat. To contribute, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Commit your changes: git commit -am 'Add your feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Submit a pull request.

Support

If you have any questions, issues, or suggestions, please feel free to open an issue.

Discord

Join our Discord community to stay updated and interact with other VoidChat users.

Discord

License

Void Chat is released under the MIT License.

About

This is the unofficial modified client of ButterDebuggers WonkChat, This will have unofficial updates and patches that may potentially be pushed to the original master branch if the owner deems it worthy to do so. Thanks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.1%
  • CSS 16.4%
  • HTML 7.5%