# JavaScript samples

| Name | Description |
|------|-------------|
| [NGINX / Node.js / Redis](https://github.com/docker/awesome-compose/tree/master/nginx-nodejs-redis) | A sample Node.js application with Nginx proxy and a Redis database. |
| [React / Spring / MySQL](https://github.com/docker/awesome-compose/tree/master/react-java-mysql) | A sample React application with a Spring backend and a MySQL database. |
| [React / Express / MySQL](https://github.com/docker/awesome-compose/tree/master/react-express-mysql) | A sample React application with a Node.js backend and a MySQL database. |
| [React / Express / MongoDB](https://github.com/docker/awesome-compose/tree/master/react-express-mongodb) | A sample React application with a Node.js backend and a Mongo database. |
| [React / Rust / PostgreSQL](https://github.com/docker/awesome-compose/tree/master/react-rust-postgres) | A sample React application with a Rust backend and a Postgres database. |
| [React / NGINX](https://github.com/docker/awesome-compose/tree/master/react-nginx) | A sample React application with Nginx. |
| [VueJS](https://github.com/docker/awesome-compose/tree/master/vuejs) | A sample Vue.js application. |
| [docker-swarm-visualizer](https://github.com/dockersamples/docker-swarm-visualizer) | A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3. |
| [atsea-sample-shop-app](https://github.com/dockersamples/atsea-sample-shop-app) | A sample app that uses a Java Spring Boot backend connected to a database to display a fictitious art shop with a React front-end. |
| [dotnet-album-viewer](https://github.com/dockersamples/dotnet-album-viewer) | West Wind Album Viewer ASP.NET Core and Angular sample. |
| [aspnet-monitoring](https://github.com/dockersamples/aspnet-monitoring) | Monitoring ASP.NET Fx applications in Windows Docker containers, using Prometheus. |
| [slack-clone-docker](https://github.com/dockersamples/slack-clone-docker) | A sample Slack Clone app built with the MERN stack. |
