Raxol.SSH (Raxol v2.6.0)

View Source

SSH app serving for Raxol TEA applications.

Serves a TEA app over SSH so each connection gets its own isolated process running the full init/update/view lifecycle.

Example

Raxol.SSH.serve(MyApp, port: 2222)
# Then: ssh localhost -p 2222

Summary

Functions

serve(app_module, opts \\ [])

See Raxol.SSH.Server.serve/2.