UniWebServer is a simple web framework that runs on Unity applications.
The supported protocol is only HTTP.
Open Packages\manifest.json
and add this line to the "dependencies" section.
"jp.co.hololab.uniwebserver": "https://github.com/HoloLabInc/UniWebServer.git?path=packages/jp.co.hololab.uniwebserver",
If you want to parse multipart/form-data, please also add the following line.
"jp.co.hololab.uniwebserver.multipart": "https://github.com/HoloLabInc/UniWebServer.git?path=packages/jp.co.hololab.uniwebserver.multipart",
Open the Package Manager window.
Select "Uni Web Server" and press the "Import" button.
Play the sample scene and access http://<ip address>:8080
using your web browser.
MIT