Skip to content

haskell-servant/servant-jsaddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

servant-jsaddle

This is an implementation of the servant-client-core API on top of jsaddle, a framework that lets you write Haskell programs that compile to javascript to run in a browser or compile to native code that connects to a browser.

It is similar to servant-client-ghcjs, except it supports native compilation and native GHCi. It even reuses some of the logic from servant-client-ghcjs.

Build

This package comes with a test suite that depends on jsaddle-webkit2gtk. You may want to skip that because of the heavy dependency footprint.

cabal new-build --allow-newer=aeson,http-types --disable-tests

Usage

TBD. Similar to servant-client and servant-client-ghcjs.

Releases

No releases published

Packages

No packages published