© 2022 Hashnode
#socket
Despite the version numbering, Windows NT 3.1 is the first Windows NT released at 1993. Windows NT was the first 32-bit platform that Microsoft has free of legacy things like MS-DOS. It was complete r…
We've managed to write a simple HTTP client which will do GET request using Winsock and BSD sockets API which run on as old platform as Windows 95 to a new platform like macOS and Windows 10. However,…
During my phase of learning Rust which is off-course an on going phase, I created a custom minimal HTTP server. The whole process was a great fun and I thought I should share my learning with you all.…
To put it simply, a network comprises a socket and a socket API and these are used to send messages across this network called the inter-process communication (IPC). There are two kinds of networks th…
Hi in this blog we are going to see about socket programming. SOCKETS Socket Programming is a way of connecting two nodes on a network and can communicate with each other. Sockets listen on a particul…
Hey 👋, I see you popping into my little world again! Well, today we shall learn how to intercept packets just like missile interceptors work but this time data interception with Python. So unlike mos…
Introduction Whenever we want to do socket programming in c, we got two choices primarily; one is to use socket API in Linux and another one is Winsock which is for Windows, but sometimes we have some constraints due to which we want to use…
Hey Buddy 👋, welcome to my little world. Every developer must learn and understand web technologies and if you are more into cyber security, an interest I am developing lately, then you really need t…
In my previous blog on the Note-taking app, we missed harnessing the most important feature of Phoenix LiveView i.e real-time update. What does that mean? It means to do an update in your application …
Abstract Chapel is a programming language designed for productive parallel computing at scale. It simplifies parallel programming through elegant parallel programming constructs. As Chapel can utiliz…