Skip to content

Update community -> projects section #595

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ Use these open source projects to see how others have used Scala.js to build the
- [Scalafiddle-editor](https://scalafiddle.io) ([source](https://github.com/scalafiddle/scalafiddle-editor)): An online playground for creating, sharing and embedding Scala fiddles (little Scala programs that run directly in your browser).
- [FlowRun](https://github.com/sacode387/FlowRun): Editor and interpreter for the FlowRun flowcharts, written in Scala.js using Scala 3.
- [Airframe Rx/RPC](https://wvlet.org/airframe/) Airframe enables pure-Scala development of frontend (Scala.js) and backend (Scala JVM) applications with [RPC](https://wvlet.org/airframe/docs/airframe-rpc) and [reactive interface (Rx)](https://wvlet.org/airframe/docs/airframe-rx). Presentation: [Unifying Frontend and Backend Development with Scala (ScalaCon 2021)](https://speakerdeck.com/xerial/unifying-frontend-and-backend-development-with-scala-scala-con-2021)
- [Cazadescuentos](https://github.com/wiringbits/cazadescuentos) is a set of Scala.js applications sharing a common core, includes a browser extension for Chrome/Firefox and a Progressive Web Application. These applications allows to track prices from online stores.
- [Chrome for Scala.js](https://github.com/AlexITC/scala-js-chrome) is an sbt plugin for developing Chrome/Firefox extensions using Scala.js
- [Chrome scalajs template](https://github.com/AlexITC/chrome-scalajs-template/) is a template for developing Chrome/Firefox extensions using Scala.js
- [Scala.js games](https://github.com/wiringbits/scala-js-games) have simple games ported to Scala.js (using Scala 3).
- [sjs-material-ui-facade](https://github.com/wiringbits/sjs-material-ui-facade) is a ScalablyTyped facade generated for https://v3.material-ui.com to avoid huge compile times while using it from Slinky.
- [st-material-ui-demo-slinky](https://github.com/wiringbits/st-material-ui-demo-slinky) is a demo for using mui5 ScalablyTyped facades with Slinky.
- [Wiringbits WebApp template](https://github.com/wiringbits/scala-webapp-template/) is a template for developing fullstack web applications with Scala and Scala.js


## Testimonials

Expand Down