https://github.com/0adri3n/akiraservermanager
A software to manage basic servers like chat or file transfer server.
https://github.com/0adri3n/akiraservermanager
chat css file-transfer flask html python server
Last synced: 3 months ago
JSON representation
A software to manage basic servers like chat or file transfer server.
- Host: GitHub
- URL: https://github.com/0adri3n/akiraservermanager
- Owner: 0adri3n
- License: mit
- Created: 2021-03-18T17:52:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T15:53:21.000Z (about 4 years ago)
- Last Synced: 2025-03-05T02:43:47.433Z (over 1 year ago)
- Topics: chat, css, file-transfer, flask, html, python, server
- Language: CSS
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# akiraServerManager
A software to manage basic servers like chat or file transfer server.
# Setup
1. Download the repository.
2. Download required python module:
```diff
pip install flask
```
3. Start webserver.py
4. Open your browser and go to http://localhost:5000
5. Share the clients to persons you want to chat with or transfer files.
* (Tip: If someone is outside of your local network, create a [ngrok](https://ngrok.com/) tunnel to let him access to a port.)
6. Ready to use !
#
Open an issue if you have an error !

Don't forget to star this rep if you like it !