section-engineering-education / engineering-education

“Section's Engineering Education (EngEd) Program is dedicated to offering a unique quality community experience for computer science university students."
Apache License 2.0
363 stars 888 forks source link

Socket Programming in Php #3234

Closed fabulousDesigns closed 3 years ago

fabulousDesigns commented 3 years ago

Proposed title of article

Socket Programming in Php

Introduction paragraph (2-3 paragraphs):

Every programming language comes with a method for implementing server-client communication. The program uses this method to allow data to be sent between the server and the client. This technique is also available in PHP, as it is in other computer languages. Socket programming is a programming style in which the server and the client are both applications that require a connection to be created between them in order for them to communicate. In terms of PHP, it also allows us to apply the socket programming idea. In this article,you will learn how to use PHP programming language to perform socket programming.

Key takeaways:

1.Socket Class Methods 2.Socket Client 3.Socket Server 4.Simple TCP/1P Server 5Simple TCP/IP Client

References:

N/A

hectorkambow commented 3 years ago

@fabulousDesigns Good afternoon and thank you for submitting your article for publishing. Your article has been entered into our queue and should be reviewed (and published pending any changes) as soon as a peer reviewer is finished with the ones in the queue before it. 🚀 Thank you.

jerimkaura commented 3 years ago

Hello @fabulousDesigns how will your article be different from this. or this one

fabulousDesigns commented 3 years ago

My article will have an overview of what Regex is all about and on top that I will use modern JavaScript and to wrap up the form will give learners some skills of what neumorphism is

WanjaMIKE commented 3 years ago

@fabulousDesigns check out this https://www.section.io/engineering-education/password-strength-checker-javascript/. I see regex is covered there

fabulousDesigns commented 3 years ago

@WanjaMIKE thanks for the heads up but i was going to write something totally different from what you had suggested earlier.I have decided to change the issue to Socket Programming in PHP😊.

WanjaMIKE commented 3 years ago

issue closed