Git Product home page Git Product logo

up's Introduction

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

Up Pro is $20/mo USD for unlimited use within your company, with no additional cost per team member. Up Pro is currently in early-access alpha, please use the up-early-adopter-57AAA8693354 coupon for 50% off indefinitely. Head over to Subscribing to Up Pro to get started.

Note that the following Pro features are currently available:

  • Encrypted env variables
  • Alerting

Pro edition features

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

Donations

We also welcome financial contributions for the open-source version on Open Collective. Your contributions help keep this project alive!

Sponsors

Backers

up's People

Contributors

tj avatar skabbes avatar jalateras avatar hhsnopek avatar aarono avatar mojodna avatar stephenmathieson avatar xdamman avatar suedadam avatar analect avatar kivlor avatar brikou avatar caarlos0 avatar christianpv avatar franciscocpg avatar jsgv avatar royalicing avatar orteth01 avatar quocnguyen avatar rishipuri avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.