commandbox-embedded-server
Installation
SKILL.md
CommandBox Embedded Server
Overview
CommandBox's embedded server uses Undertow to run CFML/BoxLang applications without requiring Apache, IIS, or Nginx. Each server is independently configured via server.json.
Quick Start
# Start server in current directory (auto-selects port)
server start
# Start with specific options
server start port=8080 host=localhost
# Start in foreground (no browser)
server start --noOpenBrowser