You are currently viewing Simple HTTP and REST Server

Simple HTTP and REST Server

Use this asset to create a HTTP server within Unity to provide an REST API for exchanging data with other tools.

???? How can this asset help me?

Exchanging information between Unity and another program is complicated. This asset provides a simple and fast way to ensure the exchange of information in both directions.

━━━━━━━━━━━━━━━━━━━━━━━━━━

???? Our Discord · ???? Our Website

━━━━━━━━━━━━━━━━━━━━━━━━━━

????Buy Login with Discord and get this Asset for FREE

━━━━━━━━━━━━━━━━━━━━━━━━━━

???? Simple Routing

Implementing routes in Unity has never been easier! With a simple attribute that you write over the function you can specify both the HTTP method and the path.

⭐ Event Based

The server utilizes an event-based system to register all route handlers. Simply drag and drop the desired route handler into the server. Additionally, the event-based system is capable of supporting programmatic events.

Leave a Reply