Closed NobleYd closed 2 years ago
I have an application which is developed based on springboot, could I replace the server communication with unix socket?
Basically any local communication between processes can be done via UNIX sockets. Since junixsocket extends the Socket API, give it a try. I believe in you.
I have an application which is developed based on springboot, could I replace the server communication with unix socket?