Many Delphi developers think that if you need to develop a web solution, you have to look for something other than Delphi. So, they give up years of Delphi knowledge and start to create a web solution with another technology. Although there are cases where Delphi is not the best choice (for instance, if you are developing a classic website with server-side dynamic generated pages), in most scenarios, Delphi can behave even better than many of the web-only technologies available today. What you need is a good framework to work with. In this recipe, we'll look at the WebBroker technology, available since Delphi 4, and consume it from a JavaScript application. Let's start!





















































