even more fixes
This commit is contained in:
@@ -35,24 +35,26 @@ Kapow! gives you:
|
|||||||
|
|
||||||
* A very simple way to turn any shell executable into an API
|
* A very simple way to turn any shell executable into an API
|
||||||
* A remote administration API
|
* A remote administration API
|
||||||
* A way to define the integration in you own terms, no obligations by our side
|
* A way to define the integration in you own terms, obligations-free!
|
||||||
|
|
||||||
|
|
||||||
## Kapow! Curses
|
## Kapow! Curses
|
||||||
|
|
||||||
Kapow! can't help when:
|
Kapow! can't help when:
|
||||||
|
|
||||||
* You need high throughput: Kapow! spawn a new executable every HTTP call
|
* You need high throughput: Kapow! spawns a new executable for every HTTP call
|
||||||
* You must perform complex logic to attend the request: never use Kapow! if
|
* You must perform complex logic to attend the request: never use Kapow! if
|
||||||
your executables doesn't perform al least 90% of the hard work
|
your executables don't perform al least 90% of the hard work
|
||||||
* You are building a huge application
|
* You are building a huge application
|
||||||
|
|
||||||
|
|
||||||
## When Kapow! is your best ally:
|
## When Kapow! is your best ally:
|
||||||
|
|
||||||
* Easy command + Hard API = Kapow! to the rescue
|
* Easy command + Hard API = Kapow! to the rescue
|
||||||
* SSH for one command? Kapow! allow you to share only that command
|
* SSH for one command? Kapow! allows you to share only that command
|
||||||
* Remote instrumentation of several machines? make it easy with Kapow!
|
* Remote instrumentation of several machines? make it easy with Kapow!
|
||||||
|
|
||||||
|
|
||||||
# Kapow! The more you know
|
# Kapow! The more you know
|
||||||
|
|
||||||
If you want to know more, please follow our [documentation](/doc).
|
If you want to know more, please follow our [documentation](/doc).
|
||||||
|
|||||||
Reference in New Issue
Block a user