forked from typelevel/typelevel.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjs.html
More file actions
28 lines (25 loc) · 1.02 KB
/
Copy pathjs.html
File metadata and controls
28 lines (25 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: page
title: Typelevel.js
permalink: /platforms/js/
---
<div id="section-page">
<div class="container">
<div class="masthead-page">
<h1><span>{{ page.title }}</span></h1>
<p>
Run your Typelevel apps in browsers and Node.js with <a href="https://www.scala-js.org/">Scala.js</a>.
Deploy serverless functions with <a href="https://github.com/typelevel/feral">Feral</a> and <a href="https://github.com/http4s/http4s">http4s</a>.
Build reactive frontends with <a href="https://github.com/outwatch/outwatch">Outwatch</a> or <a href="https://github.com/buntec/ff4s">ff4s</a> or <a href="https://github.com/armanbilge/calico">Calico</a> and <a href="https://github.com/armanbilge/fs2-dom">fs2-dom</a>.
</p>
{% include _tab-platforms.html %}
</div>
<div class="projects-list">
{% for project in site.data.projects %}
{% if project.platforms contains "js" %}
{% include _project_card.html %}
{% endif %}
{% endfor %}
</div>
</div>
</div>