Server Guide : Developing server applications : Preparing projects for cross development : Developing projects for native server environments
Developing projects for native server environments
When you develop projects for the Windows, and Linux native server environments, you face two main issues:
Your project must not contain code that provides a user interface (UI).
Your project must be able to concurrently process requests from multiple clients simultaneously if multiple clients will be accessing the project.
Last modified date: 02/17/2021