Coder Social home page Coder Social logo

srt32 / up Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apex/up

0.0 3.0 0.0 746 KB

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

Home Page: https://apex.github.io/up/

License: Other

Makefile 0.37% Go 95.17% JavaScript 2.25% CSS 0.03% HTML 0.10% Shell 2.10%

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, 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

up's People

Contributors

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

Watchers

 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.