jmonkey alternatives and similar packages
Based on the "Web" category.
Alternatively, view jmonkey alternatives based on common mentions on social networks and blogs.
-
haskell-bitmex-rest
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
servant
Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more! -
neuron
Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote) -
tagsoup
Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents -
keera-hails-reactive-htmldom
Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications -
ghcjs-dom
Make Document Object Model (DOM) apps that run in any browser and natively using WebKitGtk
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of jmonkey or a related project?
README
jmonkey
Jmonkey is very restricted but handy EDSL for javascript.
The DOM effect that jmonkey can do is just to change classes and ids of HTML elements.
So it only supports some on-actions and condition checks.
Instead of limited functions, it can be called internally unlike other rich javascript EDSLs that require external calls.
If you manage some states for complex frontend actions, jmonkey won't be usable.
Jmonkey may be useful when you implement some actions that css can not handle.
Example
A practical implementation is shown in [example](example).
Clone this repository first, and execute following.
stack run
Then access to localhost:3000.
Documentation
Contribution
If you find a bug or want new features or else, making issues and PRs are very welcome.