-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Caio Vaccaro edited this page Apr 16, 2016
·
13 revisions
When you use Lunar, there are 3 main things you can do:
- Create a module with "actions", which wraps your code in some Lunar conventions.
- Create an activator, where you will call your module actions and get responses.
- 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.