The Kernel
The Arupa Kernel is the host process. It provides the HTTP and Socket.IO server, loads plugins, and applies shared authentication and access rules. The Kernel does not provide a complete management interface by itself.Plugins
Plugins are packages that add features to the Kernel. A plugin can provide HTTP routes, static files, and Socket.IO namespaces. Core plugins provide the essential parts of an Arupa installation; you can add more plugins as needed.What to do next
- Install the Kernel with a binary or Docker.
- Get the packages you need from the Coreplugins documentation.
- Install the plugin packages and configure users and access rules before making Arupa available to others.