Skip to content

PavelVjalicin/scalajs_template_engine

Repository files navigation

ScalaJS Template Engine

Prototype for compile-time safe JavaScript Template engine for building dynamic browser UI.
Made using PlayFramework server and ScalaJS.

Features

Compile-time safe client-side JavaScript. JavaScript is compiled from Scala code using ScalaJS.
Type safe communication between client and server.
Type safe component system for rendering dynamic UI.

Prerequisites

SBT

Running

Execute the following command from project root directory: sbt run
This will create a local HTTP server on port 9000.
Navigate to localhost:9000 to see the example.

About

Type-safe scalaJS template engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages