📄️ Creating a TCP Server
Introduction
📄️ Creating a HTTP Server
---
📄️ Making HTTP Requests
HTTP or Hypertext Transfer Protocol is the foundation of any data exchange on the web. When it comes to Node.js, making HTTP requests is a core functionality that allows it to communicate with other servers. In this tutorial, we will learn how to make HTTP requests using Node.js.
📄️ Handling Websockets
WebSockets is a powerful technology that enables real-time, bi-directional communication between web applications and server. This means that the data can be sent and received at any time, allowing for more interactive and responsive applications. In this tutorial, we will learn how to handle WebSockets in Node.js.