Skip to content

Latest commit

 

History

History

cloudv2

cloudv2

This module contains a Wing-based implementation of the built-in cloud library. It's a work in progresss as part of a migration for our internal codebase.

Here are the resources available so far:

  • Counter

Prerequisites

Installation

npm i @winglibs/cloudv2

Usage

bring cloudv2 as cloud;

let counter = new cloud.Counter();

License

This library is licensed under the MIT License.