#How can my mod comunicate with a custom webserver?
5 messages · Page 1 of 1 (latest)
use any http/rest api for java and use CompletableFutures in your code to send/retrive data. Study how CompleableFuture works and always keep in mind that you can't access most of the came code off the designed main thread
how can I know what I can access and what I don't?