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

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.

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 !