Can anyone tell me or guide me how to integrate iJetty webserver in my own application, I want to implement its HttpListener feature in my application so that I can send and receive data over the local network using WIFI.
I want to be able to implement HTTP verbs like "POST", "GET", "PUT", "DELETE" through iJetty
Thanks.