No description
- Python 100%
| avatars | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
Avatar Server
Just a small and simple/asynchronous avatar server written using the quart web server
Interested in using this Avatar Server??? 😳
Setup instructions:
- Step 1: Clone the repository.
git clone https://github.com/Airiuwu/AvatarServer - Step 2: Install the dependencies.
python3.9 -m pip install -r requirements.txt - Step 3: Run the server.
hypercorn main.py -bHOST:PORTexample: 127.0.0.1:5000