Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).