Proposal: add Docker+wasm examples #662

Open
opened 2026-03-07 21:21:21 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @juntao on GitHub (Nov 16, 2022).

Hello,

I would like to add a couple of examples showcasing how Docker+wasm works with Compose to create multi-container apps with both Linux and Wasm containers. Some ideas:

  • A 3-tier application with a MySQL backend, an Nginx frontend, and a Wasm microservice in the middle.
  • A 3-tier application with a MySQL backend, a Kafka / Redpanda queue, and a Wasm microservice that subscribes to to a queue topic and saves the data into the MySQL database.
  • A standalone web service written in Rust and compiled into Wasm.

What do you think?

Originally created by @juntao on GitHub (Nov 16, 2022). Hello, I would like to add a couple of examples showcasing how Docker+wasm works with Compose to create multi-container apps with both Linux and Wasm containers. Some ideas: * A 3-tier application with a MySQL backend, an Nginx frontend, and a Wasm microservice in the middle. * A 3-tier application with a MySQL backend, a Kafka / Redpanda queue, and a Wasm microservice that subscribes to to a queue topic and saves the data into the MySQL database. * A standalone web service written in Rust and compiled into Wasm. What do you think?
GiteaMirror added the proposal label 2026-03-07 21:21:21 -06:00
Author
Owner

@collabnix commented on GitHub (Nov 16, 2022):

This is a great idea. The first sample app to get into this list would be https://github.com/second-state/microservice-rust-mysql

@collabnix commented on GitHub (Nov 16, 2022): This is a great idea. The first sample app to get into this list would be https://github.com/second-state/microservice-rust-mysql
Author
Owner

@juntao commented on GitHub (Nov 17, 2022):

Exactly. That is what I want to do! :)

This is a great idea. The first sample app to get into this list would be https://github.com/second-state/microservice-rust-mysql

@juntao commented on GitHub (Nov 17, 2022): Exactly. That is what I want to do! :) > This is a great idea. The first sample app to get into this list would be https://github.com/second-state/microservice-rust-mysql
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#662