Skip to content

High performance backend server for building user-interface on top of CloudFoundry platform

License

Notifications You must be signed in to change notification settings

linktosriram/deck

Repository files navigation

deck

High performance backend server for building user-interface on top of CloudFoundry platform

Usage

Fill in the required details in application.yaml

app:
  cf:
    api-endpoint:   # CloudFoundry API endpoint
    oauth-endpoint: # CloudFoundry authorization endpoint + /oauth/token
    username:       # CloudFoundry username
    password:       # CloudFoundry password
$ ./gradlew clean bootRun

Performance

With cf-cli:

$ time cf services
...
...
real	0m28.805s
...

With deck:

$ time curl --request GET \
    --url <app-url>/api/v1/spaces/<space-guid>/service-instances \
    --compressed
...
...
real	0m6.257s
...

License

This project is licensed under the MIT license. See the LICENSE file for more info.

About

High performance backend server for building user-interface on top of CloudFoundry platform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages