codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web
https://www.phptherightway.com
Other
9.05k stars 3.24k forks source link

[suggestion] Network sockets, client-server communication #781

Open abelardolg opened 6 years ago

abelardolg commented 6 years ago

An introduction to talk about this mechanism to connect clients and servers. Examples (server and clients). Best practices.

codeguy commented 6 years ago

Agreed. I think a network communication section would be very helpful. Can include low level socket connections, curl, certificate verification, etc.