# Build the web server

In order to build the web server we will be using the [ESPAsyncWebServer library](https://github.com/me-no-dev/ESPAsyncWebServer) that is perfect for building an Asynchronous web server.&#x20;

#### Install [ESPAsyncWebServer library](https://github.com/me-no-dev/ESPAsyncWebServer)

We need to install it manually by following the steps below:<br>

1. Download the zip folder of the [ESPAsyncWebServer library](https://github.com/me-no-dev/ESPAsyncTCP/archive/master.zip)
2. Unzip the folder.
3. &#x20;Rename your folder from ~~ESPAsyncWebServer-master~~ to *ESPAsyncWebServer*
4. &#x20;Move the *ESPAsyncWebServer* folder to your Arduino IDE installation libraries folder

#### Installing the **ESPAsync TCP Library**

1. Download the zip file with the [**ESPAsyncTCP Library**](https://github.com/me-no-dev/ESPAsyncTCP)
2. Unzip the folder&#x20;
3. &#x20;Rename your folder from ~~ESPAsyncTCP-master~~ to *ESPAsyncTCP*
4. &#x20;Move the *ESPAsyncTCP* folder to your Arduino IDE installation libraries folder
5. Finally, re-open your Arduino IDE.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://reacoda.gitbook.io/molemi-iot/introducing-the-nodemcu/read-and-display-temperature-sensor-readings/displaying-the-sensor-readings-on-the-serial-port/getting-temperature-readings-from-different-ds18b20-sensors./the-code/display-sensor-readings-on-a-web-server/build-the-web-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
