ScaleDynamics less-code JavaScript platform documentation

ScaleDynamics less-code JavaScript platform documentation

›Project SDK API Reference

Less-code platform

  • Introduction

Full Stack Playground

  • Playground introduction

Project SDK

  • SDK introduction
  • Quick Start
  • Installation
  • Build, emulate and develop cloud Node.js modules
  • Deploy a module
  • Deploy static public assets
  • Provision servers in your cloud environments
  • From browser using HTML
  • From browser using a builder
  • From Node.js
  • Frameworks integration
  • Glossary

Project SDK API Reference

  • Requirements
  • SDK CLI
  • Configuration file
  • Engine
  • Client module formats

Client module formats

Output format

Warp supports several formats to generate the JavaScript client:

umd

Universal Module Definition (UMD) is capable of working everywhere, be it in the client, on the server or elsewhere.

It can be useful to import the client with an HTML <script> tag.

npx warp build --output umd:./client/src/module-client.js ./server

node-module

Use it to generate a npm module with its package.json.

The path has to be the target directory containing the node_modules directory.

npx warp build --output node-module:./client/ ./server
← Engine
ScaleDynamics less-code JavaScript platform documentation
Docs
Getting StartedAPI Reference
ScaleDynamics
WebsiteTwitterLinkedIn
More
npmGitHubAbout Us
© ScaleDynamics - 2021