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`_

.. toctree::
   :maxdepth: 2
   :caption: Contents
   
   clio
   js

.. _Clio To-Do Example: https://github.com/clio-lang/clio-todo
.. _RethinkDB packed for Clio: https://github.com/clio-lang/rethinkdb
.. _Simple Clio Module: https://github.com/clio-lang/answer
