github.com/orangenpresse/up@v0.6.0/Readme.md (about)

     1  ![](assets/title.png)
     2  
     3  Up deploys infinitely scalable serverless apps, APIs, and static websites in seconds, so you can get back to working on what makes your product unique.
     4  
     5  With Up there's no need to worry about managing or scaling machines, paying for idle servers, worrying about logging infrastructure or alerting. Just deploy your app with `$ up` and you're done!
     6  
     7  Use the free OSS version, or subscribe to [Up Pro](#pro-features) for a small monthly fee for unlimited use within your company, there is no additional cost per team-member or application. Deploy dozens or even hundreds of applications for pennies thanks to AWS Lambda's cost effective nature.
     8  
     9  ## About
    10  
    11  Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
    12  
    13  Up currently supports Node.js, Golang, Python, Java, Crystal, Clojure and static sites out of the box. Up is platform-agnostic, supporting AWS Lambda and API Gateway as the first targets. You can think of Up as self-hosted Heroku style user experience for a fraction of the price, with the security, isolation, flexibility, and scalability of AWS.
    14  
    15  Check out the [documentation](https://up.docs.apex.sh/) for more instructions and links, or try one of the [examples](https://github.com/apex/up-examples), or chat with us in [Slack](https://chat.apex.sh/).
    16  
    17  ![](assets/screen2.png)
    18  
    19  ## Features
    20  
    21  Open source community edition.
    22  
    23  ![Open source edition features](assets/features-community.png)
    24  
    25  ## Pro Features
    26  
    27  Up Pro is **$20/mo USD** for unlimited use within your company. While in development, you may use the `up-early-adopter-325BFABFAFF7` coupon for 50% off forever. Head over to [Subscribing to Up Pro](https://up.docs.apex.sh/#guides.subscribing_to_up_pro) to get started.
    28  
    29  Note that the following Pro features are currently available:
    30  
    31   - Encrypted env variables
    32   - Alerting (email, sms, slack)
    33   - S3 upload acceleration (optional)
    34   - Instant rollback support
    35   - Active warming
    36  
    37  ![Pro edition features](assets/features-pro.png)
    38  
    39  [![](https://gui.apex.sh/component?name=ShadowButton&config=%7B%22text%22%3A%22SUBSCRIBE%22%2C%22color%22%3A%227956EF%22%7D)](https://up.docs.apex.sh/#guides.subscribing_to_up_pro)
    40  
    41  ## Quick Start
    42  
    43  Install Up:
    44  
    45  ```
    46  $ curl -sf https://up.apex.sh/install | sh
    47  ```
    48  
    49  Create an `app.js` file:
    50  
    51  ```js
    52  require('http').createServer((req, res) => {
    53    res.end('Hello World\n')
    54  }).listen(process.env.PORT)
    55  ```
    56  
    57  Deploy the app:
    58  
    59  ```
    60  $ up
    61  ```
    62  
    63  Open it in the browser, or copy the url to your clipboard:
    64  
    65  ```
    66  $ up url -o
    67  $ up url -c
    68  ```
    69  
    70  ## Donations
    71  
    72  We also welcome financial contributions for the open-source version on [Open Collective](https://opencollective.com/apex-up). Your contributions help keep this project alive!
    73  
    74  ### Sponsors
    75  
    76  <a href="https://opencollective.com/apex-up#backers" target="_blank"><img src="https://opencollective.com/apex-up/tiers/sponsors.svg?avatarHeight=36&width=600" /></a>
    77  
    78  ### Backers
    79  
    80  <a href="https://opencollective.com/apex-up#backers" target="_blank"><img src="https://opencollective.com/apex-up/tiers/backers.svg?avatarHeight=36&width=600" /></a>
    81  
    82  
    83  <a href="https://apex.sh"><img src="http://tjholowaychuk.com:6000/svg/sponsor"></a>