Relative Content

Tag Archive for arduinowebserverweb-development-server

Best programming languages for developing a web server?

I need to develop a web server to display real time data of a device that I’ve created. The device uses an Arduino Nano ESP32 and I’m using sockets to send data from the ESP32 to a simple python script, which I will display and plot a live graph with using matplotlib. I’m new to programming and electronics, so I have a lot to learn, so I was wondering what would be the best languages to use for a web development? Not in terms of complexity, but in terms of usability, compatibility, popularity etc. I want to be able to create the whole web server from scratch. I know I can just do a simple google search for this answer, but I want to hear from experience instead. I’m writing everything in VScode, and I want to host the server on my local IP in my company.