Pivotal Web Services, SSL, and a Custom Domain

Click for: original source

Pivotal Web Services (PWS) is a great place to set up push button deployments. It’s cheaper than Heroku and has some great features. Typical Node application could cost you less than $3.00 to run per month. By Austin.

And there is an effortless way to get SSL up and running for free using CloudFlare. The article then quickly guides you through deployment of your first app:

  • Deploy something to PWS
  • Setup a custom route
  • DNS stuff

Code example for a super simple SpringBoot Kotlin application is also included. Short, but sweet!

[Read More]

Tags web-development serverless nodejs java kotlin programming