Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 740 Bytes

File metadata and controls

27 lines (18 loc) · 740 Bytes

Atmosphere Homebrew Tap

Homebrew formulae for the Atmosphere real-time Java framework.

Install

brew install Atmosphere/tap/atmosphere

What you get

The atmosphere CLI — run samples, scaffold projects, and explore the framework:

atmosphere list                          # See all samples
atmosphere run spring-boot-chat          # Build & run a sample
atmosphere run spring-boot-ai-chat --env LLM_API_KEY=sk-xxx
atmosphere new my-app                    # Scaffold a project

Samples are built from source on first run and cached locally for instant subsequent starts.

Requirements

  • Java 21+ (installed automatically as a dependency)
  • macOS or Linux