File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33** javascript-bridge** is an easy way of calling JavaScript from
44Haskell, using web-sockets as the underlying transport
5- mechanism. Conceptually, javascript-bridge works be giving
6- Haskellacccess to the JavaScript ` eval ` function. However, using a
7- remote monad, we support evaluation of JavaScript fragments, calling
8- and returning values from JavaScript functions, constructing
9- and using remote objects, and sending events from JavaScript
10- to Haskell.
5+ mechanism. Conceptually, javascript-bridge gives Haskell acccess to
6+ the JavaScript ` eval ` function. However, using a remote monad, as
7+ well as supporting evaluation of JavaScript fragments, we also support
8+ calling and returning values from JavaScript functions, constructing
9+ and using remote objects, and sending events from JavaScript to
10+ Haskell.
1111
1212# High-level overview of API
1313
You can’t perform that action at this time.
0 commit comments