PROTO-BIN
(AKA. "notdocker")
Supported Apps | Supported? |
---|
Static HTML/CSS/JS | ✅ |
Node.js | Coming Soon |
Python | 🚫 |
Java | 🚫 |
WTF is proto?
- A "Proto" is an app that has been bundled and deployed by Proto-Bin to the Proto Cloud.
- "Proto Cloud/Server" is the cloud in which Protos are deployed to and where they run.
- "Proto-Bin" is a CLI that allows you to communicate with Proto Cloud. This page is for Proto-Bin.
Why does Proto matter?
Proto is a development tool that automatically deploys your code for effortlessly. It combines an easy to use CLI with cloud hosting service. With various tools similar to Docker or Heroku.
Getting Started
Create a "proto.json"
Similar to Docker, Proto requires a Proto file, This should be named "proto.json"
and live in your root directory
// proto.json
{
"name": "your-app-namespace-here",
// your build directory here
"build": "build"
}
Push a proto image
proto-bin push
Pull a proto image
Found a Proto app that you like? Now you can pull it and deploy it too..
proto-bin pull <namespace-here>
å