-
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. - ...Pricing:
- Open Source
We are not going to dive deep into the application For the creation we will use the simplest gin API server.
#Web Frameworks #Go Lang #Go Web Framework 87 social mentions
-
Open Source Cloud
Set up a virtual private cloud (VPC), Internet gateway (IG), network access control list (NACL), and security groups to protect network access to our instance.
#Cloud Computing #Cloud Infrastructure #VPS 20 social mentions
-
Quickly deploy and manage applications in the AWS cloud.Pricing:
- Open Source
There are several possibilities to deploy an application on AWS: using AWS Elastic Beanstalk, AWS Elastic container service (ECS), or directly on an EC2 instance. We are going to use the last approach and deploy the application on the system and for simplicity wrap it with a docker.
#Cloud Hosting #Cloud Computing #Backend As A Service 38 social mentions
-
Amazon EC2 Container Service is a highly scalable, high-performance​ container management service that supports Docker containers.Pricing:
- Open Source
There are several possibilities to deploy an application on AWS: using AWS Elastic Beanstalk, AWS Elastic container service (ECS), or directly on an EC2 instance. We are going to use the last approach and deploy the application on the system and for simplicity wrap it with a docker.
#Developer Tools #Containers As A Service #Cloud Computing 52 social mentions
-
Amazon ECR is a fully-managed Docker container registry enabling developers to store, manage, and deploy Docker container images.
Create a docker image for our application and upload the image to the elastic container registry (ECR), which is an AWS registry for images (similar to the Docker hub).
#Cloud Computing #Cloud Hosting #Container Registry 43 social mentions