Deployment - Intro

    The current page still doesn’t have a translation for this language.

    But you can help translating it: Contributing.

    To deploy an application means to perform the necessary steps to make it available to the users.

    For a web API, it normally involves putting it in a remote machine, with a server program that provides good performance, stability, etc, so that your users can access the application efficiently and without interruptions or problems.

    Deployment Strategies

    There are several ways to do it depending on your specific use case and the tools that you use.

    You could deploy a server yourself using a combination of tools, you could use a cloud service that does part of the work for you, or other possible options.

    You will see more details to have in mind and some of the techniques to do it in the next sections. ✨