Skip to content

franciscocpg/up

 
 

Repository files navigation

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.

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.

Up currently supports Node.js, Golang, Python, Java, Crystal, 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, flexibility, and scalability of AWS.

Check out the documentation for more instructions, try one of the examples, or chat with us in Slack.

Features

Open source community edition.

Open source edition features

Pro Features

Close sourced pro edition: Coming less soon.

Pro edition features

Pricing

Updated as of July 2017 based on public information. Some services offer a restricted free version, or free access for solo developers – this table is based on commercial use.

Pricing comparison table

Quick Start

Install Up:

$ curl -sfL https://raw.githubusercontent.com/apex/up/master/install.sh | sh

Tell up which AWS profile to use:

export AWS_PROFILE=example

Create an app.js file:

require('http').createServer((req, res) => {
  res.end('Hello World\n')
}).listen(process.env.PORT)

Deploy the app:

$ up

Open it in the browser:

$ up url --open

Community

About

Deploy infinitely scalable serverless apps, apis, and sites in seconds.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.2%
  • JavaScript 2.2%
  • Shell 2.1%
  • Other 0.5%