Perform the following steps:
- Navigate to Delphi Project | Web Broker | Web Server Application.
- Now, the wizard will ask you what type of web server application you want to create. This demo will be built as a console application. However, you can take advantage of the flexibility of WebBroker and add another type of application, for instance, an ISAPI DLL or a Windows service. At this point, select the standalone console application and click Next.
- The wizard proposes a TCP port where the service will listen. Click on Test port; if the test port succeeds, use it, otherwise change the port until the test passes. In this recipe, port 8080 is used.
- Click Finish.
- Save all. Name the project PeopleManager.dproj and the WebModule ...