ssh-keygen -t rsa -b 4096 -C "your_email@example.com" -f ./config/coding_assistant mv ./config/coding_assistant ./config/coding_assistant.sshkey
This is a simple chat app built with Flask and SocketIO. It allows users to send messages in real-time and run a long-running task in the background. This app is a work-in-progress and can be used as a starting point for building more complex Flask apps.
To get started with developing this app, you'll need to:
- Clone the repository to your local machine
- Install the dependencies with
pip install -r requirements.txt
- Start the development server with
python app.py
Contributions are welcome! To contribute to this app, you can:
- Fork the repository and make your changes
- Submit a pull request with your changes
- Report any issues or bugs you find