j-mueller / hdom-ghcjs

GHCJS bits for hdom (web worker diffing etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

render-worker

How to build

  • Build with nix
  • A docker file for building a base image is provided (for example for Windows development)

Development (build with cabal)

  • nix-shell release.nix -A client.env
  • cabal new-build etc.

Build example app

  • nix-build release.nix assembled-assets builds the JS scripts, runs them through the closure compiler and symlinks the files to ./result

License

BSD3

Contributions

Bug reports, pull requests, feature requests are welcome

About

GHCJS bits for hdom (web worker diffing etc.)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 94.0%Language:JavaScript 4.9%Language:Nix 1.1%