Code Monkey home page Code Monkey logo

ziti-sdk-js's Introduction

ziti-sdk-js

A JavaScript-based SDK for delivering secure browser-based web applications over a Ziti Network

Learn about Ziti at ziti.dev

Build Issues Known Vulnerabilities License npm version LOC PRs Welcome Contributor Covenant CodeSee

Motivation

tbd

Features

tbd

Installing via NPM

If you want to embed ziti-sdk-js in your build, it is available through npm. Simply run the following command:

npm i @openziti/ziti-sdk-js

You can then use ziti-sdk-js as a regular module:

const ziti = require('@openziti/ziti-sdk-js');

Installing via jsDelivr CDN

If you want to use ziti-sdk-js directly from the jsDelivr CDN, simply include this in your html:

For latest version:

<script src="https://cdn.jsdelivr.net/npm/@openziti/ziti-sdk-js@latest/dist/ziti.min.js"></script>

For specific version (e.g. 0.4.8):

<script src="https://cdn.jsdelivr.net/npm/@openziti/[email protected]/dist/ziti.min.js"></script>

The above bundles will synchronously create a global ziti object that you can call.

Installing via unpkg CDN

If you want to use ziti-sdk-js directly from the unpkg CDN, simply include this in your html:

For latest version:

<script src="https://unpkg.com/@openziti/ziti-sdk-js@latest/dist/ziti.min.js"></script>

For specific version (e.g. 0.4.8):

<script src="https://unpkg.com/@openziti/[email protected]/dist/ziti.min.js"></script>

The above bundles will synchronously create a global ziti object that you can call.

Configuration

tbd

License

Apache 2.0

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.