axiom: Web EDSL running over transient running in browsers and server nodes

[ library, mit, web ] [ Propose Tags ]

Client-and Server-side Haskell framework that compiles to javascript with the GHCJS compiler and run over Transient. See homepage


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7
Dependencies base (>4.0 && <6.0), bytestring, containers, directory, ghcjs-base, ghcjs-perch (>=0.3.3), mtl, transformers, transient (>=0.5.1), transient-universe (>=0.4.1) [details]
License MIT
Author Alberto Gómez Corona
Maintainer agocorona@gmail.com
Category Web
Home page https://github.com/transient-haskell/axiom
Bug tracker https://github.com/transient-haskell/axiom/issues
Source repo head: git clone http://github.com/transient-haskell/axiom
Uploaded by AlbertoCorona at 2017-03-20T15:30:41Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3625 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-03-20 [all 1 reports]

Readme for axiom-0.4.3

[back to package description]

Hackage Stackage LTS Stackage Nightly Build Status

ghcjs-hplay

Gitter

This package hplayground is compilable with GHCJS, the Haskell-to-JavaScript compiler. It is also the Web user interface of Transient.

Unlike hplayground, ghcjs-hplay has full integration with Transient and can run widgets that run code on the server, the client or both.

To see how it integrates with Transient and how to create client-server applications, see the web paragraphs of the transient tutorial.

To see how to create client side applications and widgets (not yet with full server code integration), look for the hplayground package.