https://github.com/butterdebugger/wonkchat
Just another simplistic and purely anonymous chat app for wonky fellows to chat in.
https://github.com/butterdebugger/wonkchat
api app backend bun chat hono website
Last synced: 4 months ago
JSON representation
Just another simplistic and purely anonymous chat app for wonky fellows to chat in.
- Host: GitHub
- URL: https://github.com/butterdebugger/wonkchat
- Owner: ButterDebugger
- License: mit
- Created: 2023-02-14T04:14:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-01T18:42:15.000Z (5 months ago)
- Last Synced: 2025-07-01T19:40:00.690Z (5 months ago)
- Topics: api, app, backend, bun, chat, hono, website
- Language: TypeScript
- Homepage: https://chat.debutter.dev/
- Size: 641 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# WonkChat
Just another simplistic and purely anonymous chat app for wonky fellows to chat in.
## Features
- **Anonymity**: Chat with others without revealing your identity.
- **Simplicity**: A straightforward interface for easy communication.
- **Real-time**: Instantly send and receive messages.
## API Documentation
Documentation for the WonkChat's homeserver API can be found [here](https://wonk-docs.debutter.dev/).
Additionally, you can find and edit the documentation in the [`docs/`](docs) folder within this repository.
## Getting Started
If you wish to install and run WonkChat, follow these steps:
```sh
git clone https://github.com/ButterDebugger/WonkChat.git
cd WonkChat
npm install
npm start
```
## License
WonkChat is licensed under [`MIT License`](LICENSE).