Contents Menu Expand Light mode Dark mode Auto light/dark mode
Clio documentation
Logo
Clio documentation

Table of Contents

  • Clio Documentation
  • Install
  • Quick Start
  • Supported Platforms
  • Medium articles
  • Official Tutorial
    • Introduction
    • Prepreparation
    • Hello World!
    • Comments
    • Constants
    • Functions
    • Pipes
    • Flows
    • Async/Await
    • Control Flow
    • Parallelism
    • Emitters
    • Strings
    • Hash maps
    • Range
    • Slicing
    • Logicals
    • Comparison
    • Importing
    • Decorators
    • Static Typing
    • Types
    • Lists
    • Hosting
  • Clio Executable
    • Clio build
    • clio completion
    • clio deps
    • clio highlight
    • clio host
    • clio new
    • clio run
  • Modules
    • Clio modules
    • JS Modules
  • Tools and Editors
    • VSCode
  • Debugging
    • Google Chrome / Chromium
    • Microsoft Edge
    • Mozilla Firefox
    • Apple Safari
    • Visual Studio Code
  • Reference
    • Performance
    • Project Manifest File
      • Metadata
      • Build section
      • Dependencies section
      • Parallelism
    • RPC
      • The RPC stack
      • Serialization
      • Message structure
  • Development
    • File Structure
  • Links
    • Community
  • Change Log
  • Support Clio

ModulesΒΆ

This group of articles explains how the Clio import system works and how you can use Node.js and JavaScript libraries in your Clio code.

You can find examples of using Clio modules, or using Node.js modules and JavaScript packages with Clio in the following repositories:

  • Clio To-Do Example

  • RethinkDB packed for Clio

  • Simple Clio Module

Contents

  • Clio modules
    • External Clio Dependencies
  • JS Modules
Next
Clio modules
Previous
clio run
Clio Docs (Licensed under Apache 2.0) | Built with Sphinx and the Furo theme. | Page Source
Edit on GitHub