roxxhub

5 best backend programming languages

The processes involved in functioning of a website can be divided into 2 parts – The frontend and the backend. Where frontend refers to client side interface i.e. the webpages a user interacts with, the backend refers to server side processes. Example :- data stored, structure of the website etc. Read more about what backend … Read more

What is Socket programming ? Demonstration using python

Definition of socket programming Socket programming refers to the way of establishing a connection between two different end points (nodes). These two end points are actually one of the 65,535 ports found in a computer. These ports can be found in a single computer, or could belong to two different computers. Each port specifies a … Read more