Sha256: 9eebecc5b7d2a872434d34be764cc1fa8eb79d091d0f49217a5b6a4f0712ecc5

Contents?: true

Size: 560 Bytes

Versions: 266

Compression:

Stored size: 560 Bytes

Contents

The local server for mimics API Gateway and provides a way to test your app locally without deploying to AWS.

## Examples

    $ jets server
    => bundle exec shotgun --port 8888 --host 127.0.0.1
    Jets booting up in development mode!
    == Shotgun/WEBrick on http://127.0.0.1:8888/
    [2018-08-17 05:31:33] INFO  WEBrick 1.4.2
    [2018-08-17 05:31:33] INFO  ruby 2.5.1 (2018-03-29) [x86_64-linux]
    [2018-08-17 05:31:33] INFO  WEBrick::HTTPServer#start: pid=27433 port=8888

Start up server binding to host `0.0.0.0`:

    jets server --host 0.0.0.0

Version data entries

266 entries across 266 versions & 4 rubygems

Version Path
jets-0.6.0 lib/jets/commands/help/server.md
jets-0.5.8 lib/jets/commands/help/server.md
jets-0.5.7 lib/jets/commands/help/server.md
jets-0.5.6 lib/jets/commands/help/server.md
jets-0.5.5 lib/jets/commands/help/server.md
jets-0.5.4 lib/jets/commands/help/server.md