Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 347 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 347 Bytes

php_socket

Socket Server and Client Project for Establishing Socket Connections with PHP.

Usage

  • Set server and client ip , port and other setting on socket_client.php and socket_server.php files

  • Run server

php socket_server.php
  • Run client
php socket_client.php
  • Check server and client logs in teminal