Skip to content

osuneko/AvatarServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/NekosuServer/AvatarServer
  • Step 2: Install the dependencies. python3.9 -m pip install -r requirements.txt
  • Step 3: Run the server. hypercorn main.py -b HOST:PORT example: 127.0.0.1:5000