'm working on developing a server in java to embed it into a new programming language as a part of run time support. I don't want php/asp or any script support, but I need to send requests from html pages and get responses( like forms) is there any way i can just use html/ java script without any support from server side script ?
How did people use web forms before php/asp were discovered?