You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2023. It is now read-only.
Resolve "Add additional technologies to "Tools Used" section of the Documentation"
Closes#5
See merge request verbose-equals-true/django-postgres-vue-gitlab-ecs!7
Copy file name to clipboardExpand all lines: documentation/docs/start/tools/README.md
+30-3Lines changed: 30 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,34 @@ Amazon Elastic Container Service (Amazon ECS) is a highly scalable, high-perform
55
55
56
56
[Read more about ECS](https://aws.amazon.com/ecs/)
57
57
58
+
<technologyimage="docker.png" />
58
59
59
-
::: warning Incomplete
60
-
This section is incomplete.
61
-
:::
60
+
## [Docker](https://www.docker.com)
61
+
62
+
### The Modern Platform for High-Velocity Innovation
63
+
64
+
Docker is an open-source and free containerization platform. Working applications and all dependencies can be packaged into docker containers, shipped and deployed across environments, machines, and host operating systems.
65
+
66
+
<technologyimage="quasar.png" />
67
+
68
+
## [Quasar](https://quasar.dev/)
69
+
70
+
### Build high-performance VueJS user interfaces in record time
71
+
72
+
Quasar (pronounced /ˈkweɪ.zɑɹ/) is an MIT licensed open-source Vue.js based framework, which allows the development of responsive++ websites/apps. Quasar works on top of VueJS to provide a full-featured toolset for building responsive frontend apps. Develop an app and simultaneously deploy it as a website, a mobile app, or an Electron app.
Channels is a project that takes Django and extends its abilities beyond HTTP - to handle WebSockets, chat protocols, IoT protocols, and more. It’s built on a Python specification called [ASGI](https://asgi.readthedocs.io/en/latest/). Channels is an official Django Project.
81
+
82
+
<technologyimage="celery.png" />
83
+
84
+
## [Celery](http://www.celeryproject.org/)
85
+
86
+
### Distributed Task Queueing for Python web applications
87
+
88
+
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).
0 commit comments