EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.81k stars 415 forks source link

use kryonet in ios #147

Closed yousefan closed 6 years ago

yousefan commented 6 years ago

i wrote an application used this library for android , the server and client written by java. but i dont know how can i create client in ios how can i use this library in ios?

Vacster commented 6 years ago

This question is answered in the following thread: https://github.com/EsotericSoftware/kryonet/issues/54

They recommend frameworks which allow Java in iOS, like RoboVM - which is closed now unforunately. A list of frameworks available given here: https://stackoverflow.com/a/23232007