Async Webserver - NOT ESP - Ethernet only

Hey all,

been searching for a while and can not find any solution.

I had a project that I made on an NodeMCU wifi module using the ESPAsyncWebServer library, worked fantastic!

I am trying to create a similar project using an Arduino mega with an ethernet shield to host a web server. The problem I am running into is that there is no asynchronous web server libraries for non ESP devices.

Some of my commands go and run on into infinity and do not return to the loop unless I send another command. This works well with my Async set up, but does not bode well with the synchronous web server.

Can anyone point me in the direction of something similar to the ESPAsyncWebServer library? Would be greatly appreciated.

Thank you!

1 Like