Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

proto-bin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proto-bin

(AKA. "notdocker")

  • 1.0.7
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

PROTO-BIN

(AKA. "notdocker")

Supported AppsSupported?
Static HTML/CSS/JS
Node.jsComing 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>

å

FAQs

Package last updated on 08 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc