yeslayla / OpenSkins

Simple customizable skin management service for games.
https://github.com/josephbmanley/OpenSkins
MIT License
0 stars 0 forks source link

Test & Document: Webserver Runtime #2

Open yeslayla opened 3 years ago

yeslayla commented 3 years ago

Implement a basic web server runtime. This should use the RESOURCE/ACTION/PATH formula. It should implement all API calls, but logic itself should be segmented so that later a serverless runtime plugins can be implemented.

Examples: localhost/get/character/TETRA/CHAIN skins.api.tetraforce.io/user/get/example 127.0.0.1/skin/create/slime skins.api.tetraforce.io/user/giveskin/newskin

The port should be configurable.

Tasks:

yeslayla commented 3 years ago

Current status: Webserver portion exists, what remains is successfully connecting active plugins to that webserver.