Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 chat website
Last synced: about 1 month 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T21:32:42.000Z (about 2 months ago)
- Last Synced: 2024-11-22T22:28:12.544Z (about 2 months ago)
- Topics: api, app, backend, chat, website
- Language: TypeScript
- Homepage: https://chat.debutter.dev/
- Size: 631 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.## 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
```### Environment Variables
Declare the environment variables on your system or inside a file named `.env` in the root of the project's directory.
```env
PORT = <0 - 65535> (defaults to 5000)
TOKEN_SECRET = <128 characters>
NAMESPACE =
```## License
WonkChat is licensed under [``MIT License``](LICENSE).