Skip to content

Commit ebef34c

Browse files
committed
adding Lemline to the list of runtimes
1 parent ec612b9 commit ebef34c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

public/img/logos/lemlinelogo.png

5.03 KB
Loading

src/pages/index.astro

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ const examples = (await getCollection('example')).sort((a,b) => a.data.title.loc
113113
<p>Synapse is a vendor-neutral, free, open-source, and community-driven Workflow Management System (WFMS) implementing the Serverless Workflow specification. You can deploy Synapse on Docker, Kubernetes, or natively on Windows, Mac, and Linux.</p>
114114
<a class="link link-accent" href="https://github.com/serverlessworkflow/synapse" target="_blank" rel="noopener">Get Started</a>
115115
</Card>
116+
<Card title="Lemline" image="img/logos/lemlinelogo.png">
117+
<p>Lemline is a highly scalable, native-binary runtime that plugs into any existing message broker (Kafka, RabbitMQ, etc.). Deployed as a message consumer and producer, it orchestrates serverless workflows without requiring any additional infrastructure.</p>
118+
<a class="link link-accent" href="https://github.com/lemline/lemline" target="_blank" rel="noopener">Get Started</a>
119+
</Card>
116120
</Section>
117121

118122
<!-- Adopters -->

0 commit comments

Comments
 (0)