Skip to main content

9 docs tagged with "networking"

View All Tags

Client-Server Communication in Java

In this tutorial, we will learn about client-server communication in Java. We will learn about how to create a client-server application in Java using sockets and streams.

Network Programming

In this tutorial, you will learn about network programming in Python. We will cover the basics of sockets, higher-level network protocols, and the corresponding Python modules for these protocols.

Networking Best Practices in Java

In this tutorial, we will learn about networking best practices in Java. We will learn about some of the best practices to follow when working with networking in Java.

Python - Socket Programming

This tutorial covers the basics of socket programming in Python, including how to create server and client sockets, and transfer data between them.

Socket Programming and URL Connections in Java

In this tutorial, we will learn about socket programming and URL connections in Java. We will learn about how to create client-server applications using sockets and how to work with URL connections in Java.

URL Processing

In this tutorial, you will learn about URL processing in Python using the urllib package. We will cover parsing URLs, handling URL requests, managing errors, and more.

Working with HTTP and HTTPS in Java

In this tutorial, we will learn about working with HTTP and HTTPS in Java. We will learn about how to make HTTP and HTTPS requests in Java using the `HttpURLConnection` class.

Working with TCP and UDP in Java

In this tutorial, we will learn about working with TCP and UDP in Java. We will learn about how to create TCP and UDP clients and servers in Java using sockets and datagrams.

Working with Web Sockets in Java

In this tutorial, we will learn about working with web sockets in Java. We will learn about how to create a web socket client and server in Java using the `WebSocket` API.