NGINX proxy with Java Server
I run a Java-Server behind a NGINX proxy. I use a Java Server Socket extansion, but this donĀ“t change the working. I use the proxy because i want to join the server via a domain. If i use the normal…
I run a Java-Server behind a NGINX proxy. I use a Java Server Socket extansion, but this donĀ“t change the working. I use the proxy because i want to join the server via a domain. If i use the normal…
In examples, I saw of socket programming projects (most of which were chat projects), they often saved all the clients in one array, and when a message was received from a client, in addition to saving it in the database,…