ZEIT

Deploy Serverless Microservices

Right Now
 

05.06.2019

@xf3l1x

Serverless

+

!==

serverless

Serverless computing is a cloud-computing execution model in which the cloud provider runs the server, and dynamically manages the allocation of machine resources. Pricing is based on the actual amount of resources consumed by an application, rather than on pre-purchased units of capacity. It can be a form of utility computing.

What if you could spend all your ⏳

👨🏻‍💻 and 🚀 great apps,

and 🙅‍♂️ of your 🕰 🧙‍♂️ servers? 

🤩👍

🚀

💡

DOMAIN

DNS

DEPLOY

🤑

npm i -g now

Setup

now login

Domain

{
    "version": 2,
    "builds": [
        { "src": "index.html", "use": "@now/static" }
    ]
}

now.json

{
    "version": 2,
    "builds": [
        { "src": "index.html", "use": "@now/static" },
        { "src": "/api/*.php", "use": "@now/php" }
    ],
    "routes": [
        { "src": "/api/(.*)", "dest": "/api/$1" }
    ]
}

now.json

Builders

  • Static (@now/static)
  • Markdown (@now/md)
     
  • Node.js (@now/node)
  • PHP (@now/php)
  • Go (@now/go)
  • Python (@now/python)
  • Rust (@now/rust)
  • Bash (@now/bash)

CDN

Time to selfie 📷

Features

  1. Teams

  2. Pricing

  3. Domains

  4. DNS

  5. Certs

  6. CDN

  7. Secrets

  8. Integrations

  9. Apps

  10. Terminal

  1. snippets.now.sh
  2. newton.now.sh
  3. shot.now.sh
  4. md.now.sh
  5. up.now.sh
  6. e.now.sh
  7. gif.now.sh
  8. icon.now.sh
  9. georgeo.now.sh
  10. releasebutler.now.sh
  11. carbon.now.sh
  12. ipinfo.now.sh
@xf3l1x
f3l1x.io

?

Thank you

Deploy Now