Ekko is a realtime serverless framework. Use the ekko-realtime-cli to initialize the Ekko framework and manage serverless functions for your realtime application.
$ npm install -g ekko-realtime-cli
$ ekko COMMAND
running command...
$ ekko (-v|--version|version)
ekko-realtime-cli/0.0.30 darwin-x64 node-v14.15.0
$ ekko --help [COMMAND]
USAGE
$ ekko COMMAND
...
npm
is installednpm install -g ekko-realtime-cli
(to install our npm package)ekko --help
to see the commands available to useThe ekko
command is run by inputting commands after the initial ekko
like: ekko <command> <optional argument>
.
To read the help text for each command, type ekko <command> --help
. This will output a short explanation of what the command does, which arguments it takes and how to use it.
cd
to the folder in which you would like to initialise your Ekko directoryekko init
:y
to deploy a new Ekko infrastructure which will:
n
to join and existing Ekko infrastructure