Skip to content
Caio Vaccaro edited this page Apr 16, 2016 · 13 revisions

When you use Lunar, there are 3 main things you can do:

  1. Create a module with "actions", which wraps your code in some Lunar conventions.
  2. Create an activator, where you will call your module actions and get responses.
  3. Optionally create a proxy, where you can intercept your calls and add middlewares.

See how to Get Started or go to the API for more details.