https://github.com/viglucci/unity-rsocket-demo
A Unity compatible implementation of the RSocket protocol
https://github.com/viglucci/unity-rsocket-demo
gamedev networking rsocket tcp unity3d
Last synced: 7 months ago
JSON representation
A Unity compatible implementation of the RSocket protocol
- Host: GitHub
- URL: https://github.com/viglucci/unity-rsocket-demo
- Owner: viglucci
- License: mit
- Created: 2021-08-07T05:11:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T04:40:05.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T12:16:07.102Z (about 1 year ago)
- Topics: gamedev, networking, rsocket, tcp, unity3d
- Language: C#
- Homepage:
- Size: 299 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-rsocket-demo
This project serves as a demo for using RSocket with Unity via the below packages.
- [RSocket for Unity](https://github.com/viglucci/unity-rsocket)
- [Unity RSocket WebSocket Transport](https://github.com/viglucci/unity-rsocket-transport-websocket)