Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

minimapletinytools/reflex-basic-host

 
 

Repository files navigation

This fork adds host methods that are more useful for testing.

I've switched to using https://github.com/pdlla/reflex-test-host instead which is basically the same but doesn't support TriggerEvent and PostBuild.

reflex-basic-host

Build Status

A basic reflex host for backend work.

Getting Started

The main entry point is Reflex.Host.Basic.basicHostWithQuit. The BasicGuest type that it expects has instances for most of the important Reflex typeclasses. To create your own Events, use functions from by Reflex.TriggerEvent. To peform side-effects, use functions from Reflex.PerformEvent - Performable (BasicGuest t m) has a MonadIO instance.

Examples

For some usage examples, see the example directory

Contribution

Feel free to file an issue or pull request on Github, or contact us at:

  • IRC - #qfpl on Freenode
  • Email - <oᴉ˙ldɟb@llǝʞsɐɥ>

About

A basic reflex host for backend work

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Haskell 91.3%
  • Nix 8.1%
  • Shell 0.6%