WarpJS SDK Documentation | The JavaScript Full Stack Suite

WarpJS SDK Documentation | The JavaScript Full Stack Suite

›JavaScript Virtual Cloud

Getting Started

  • Quick Start

JavaScript Virtual Cloud

  • JavaScript Virtual Cloud Introduction
  • Unified developer workflow
  • WarpJS SDK Installation
  • Build, run and develop warped modules
  • Deploy warped modules
  • Deploy static public assets
  • Glossary

Use a warped module

  • From browser using HTML
  • From browser using a builder
  • From Node.js
  • Frameworks integration

API Reference

  • Requirements
  • CLI
  • Configuration file
  • Engine
  • Infrastructure support

Unified developer workflow

Principe

In order to use a warped module from a Browser or a Node.js script, you need first to transform the module you want to warp in a warped module by using the build WarpJS SDK command.

In that command you specify an output format to generate the appropriate module file you can import in the browser, or require in a Node.js script.

Using warped modules

The module file can be pushed where you would like, in an npm module, on an url, on a local filesystem, or used within a builder to build your app or module.

We provide documentation on how to import it

  • In a browser using HTML
  • In a browser using a builder
  • In a Node.js script

Developer workflow

Our WarpJS SDK provides a set of commands to create, run and deploy a warped module.

There are 4 main commands: warp build, warp emulator, warp dev, and warp deploy.

Overview of developer workflow

warp build generates a warped module to specific outputs. An output defines the type/format of module to generate, and where to create it.

warp emulator starts a module emulation so you can run the module on your computer to test it.

With warp build and warp emulator commands you create the CI workflow you need to test your warped modules

warp dev provides you a way to develop with live reload. It builds and starts an emulator, and at each change of your module code it rebuilds and restarts the emulator.

warp deploy is used to deploy the warped module on an environment infrastructure.

To get all other available commands you can use warp help. Please refer to the command line documentation for details and supported options.

← JavaScript Virtual Cloud IntroductionWarpJS SDK Installation →
  • Principe
  • Developer workflow
WarpJS SDK Documentation | The JavaScript Full Stack Suite
Docs
Getting StartedAPI Reference
WarpJS
WebsiteTwitterLinkedIn
More
npmGitHubAbout Us
© ScaleDynamics - 2021