snap-loader-dynamic alternatives and similar packages
Based on the "Snap" category.
Alternatively, view snap-loader-dynamic alternatives based on common mentions on social networks and blogs.
-
snap
Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates. -
heist
An xhtml-based templating engine, allowing Haskell functions to be bound to XML tags. -
snaplet-postgresql-simple
postgresql-simple snaplet for the Snap Framework -
snaplet-persistent
Snaplet for using Persistent in snap applications -
snap-extras
A collection of handler, splice and other primitive helpers that are commonly needed in web applications -
snaplet-acid-state
acid-state snaplet for Snap Framework -
snap-templates
An executable for generating project templates for the Snap Framework -
snaplet-actionlog
Create a change log/history for records in your snap application -
hspec-snap
A library for testing with Hspec and the Snap Web Framework -
snaplet-sqlite-simple
sqlite-simple snaplet for the Snap Framework -
snaplet-mysql-simple
A haskell snaplet for using MariaDB and MySQL database with a Snap Framework application via mysql-simple -
snaplet-stripe
Haskell Snap Framework support for Stripe -
snaplet-sass
Sass integration for Snap with request- and pre-compilation. -
snaplet-postmark
Haskell Snap Framework support for Postmark email system. -
snaplet-auth-acid
An AcidState backend for Snap's Auth Snaplet -
snaplet-coffee
A Haskell Snaplet based off of snaplet-fay, but for coffeescript -
snaplet-haxl
Snaplet for Haxl: https://github.com/facebook/Haxl
ONLYOFFICE Docs — document collaboration in your environment
Do you think we are missing an alternative of snap-loader-dynamic or a related project?
README
Snap Framework
Snap is a simple and fast web development framework and server written in
Haskell. For more information about Snap, read the README.SNAP.md
or visit
the Snap project website at http://www.snapframework.com/.
Library contents
This is utility project for the Snap Framework, which contains a library allowing Snap applications to recompile actions on the fly in development mode.
Building snap-loader-dynamic
This library is built using Cabal and Hackage. Just run
cabal install
from the snap-loader-dynamic
toplevel directory.
Building the Haddock Documentation
The haddock documentation can be built using 'cabal haddock'.
The docs get put in dist/doc/html/
.