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

https://github.com/jcs090218/unity.http_server

A simple C# HTTP server implementation for Unity
https://github.com/jcs090218/unity.http_server

http http-server server unity

Last synced: 6 months ago
JSON representation

A simple C# HTTP server implementation for Unity

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Unity Engine](https://img.shields.io/badge/unity-6000.0.27f1-black.svg?style=flat&logo=unity)](https://unity3d.com/get-unity/download/archive)
[![Release](https://img.shields.io/github/tag/jcs090218/Unity.HTTP_Server.svg?label=release&logo=github)](https://github.com/jcs090218/Unity.HTTP_Server/releases/latest)

# HTTP_Server
> A simple C# HTTP server implementation for Unity

This project is based on `@sableangle`'s [UnityHTTPServer][], but the original
repository lacks a license and seems to be unmaintained. The aim of this project
is to adapt and extend the existing code, making it distinct from the original,
and release it under a valid open-source license.

Key improvements over the original:

- Enhanced control over `MonoBehaviour`
- Support for multiple instances
- Packaged for easy deployment
- Handle routing

## 💾 Installation

This project has pre-built `.unitypackage` file, which you can download from our [release](https://github.com/jcs090218/Unity.HTTP_Server/releases) page.

Simply import it into your Unity project.

## ⚜️ License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

See [`LICENSE`](./LICENSE) for details.

[UnityHTTPServer]: https://github.com/sableangle/UnityHTTPServer