sasori Posted September 3, 2018 Share Posted September 3, 2018 Hi , Does working with sockets using PHP always require a server?. i mean, the server and client concept when working with sockets...is it mandatory? how about in this situation. I found an emulator online. This emulator is a desktop application made up of java that accepts inputs through a protocol. do i need to create a server or just client for sockets using php is enough to communicate with this emulator? Quote Link to comment Share on other sites More sharing options...
requinix Posted September 3, 2018 Share Posted September 3, 2018 Client-server model The emulator is the server. You would create a client. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.