# example-data-from-unity-to-node **Repository Path**: mirrors_Jam3/example-data-from-unity-to-node ## Basic Information - **Project Name**: example-data-from-unity-to-node - **Description**: This is a small example as to how you can send JSON data from Unity to a Node server running Express - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # data-from-unity-to-node This is a small example to send JSON data from Unity to Node. To run the node server do: ```bash $ cd node/ $ node index.js ``` Then just run the Unity Application. By default it will send data to http://localhost:8080