jaredly/isomagic-todos

OCaml

51

14 commits

updated May 29, 2019

See the code

README

Isomagic Todos App

Here's an example app that does a couple of neat tricks:

  • the server is compiled with bsb-native
  • the client is compiled with bsb
  • they share some code
  • it uses some custom ppxs that are installed via npm
    • ppx_autoserialize, which gives us json stringify/parse for free for all custom types, as well as nice chrome devtools object printing
    • ppx_async, for async/await goodness
    • ppx_guard, for guard let a la swift

Here's some chrome devtools

devtools

Contributors

jaredly

14 commits

jaredly/isomagic-todos

OCaml

51

14 commits

updated May 29, 2019

See the code

README

Isomagic Todos App

Here's an example app that does a couple of neat tricks:

  • the server is compiled with bsb-native
  • the client is compiled with bsb
  • they share some code
  • it uses some custom ppxs that are installed via npm
    • ppx_autoserialize, which gives us json stringify/parse for free for all custom types, as well as nice chrome devtools object printing
    • ppx_async, for async/await goodness
    • ppx_guard, for guard let a la swift

Here's some chrome devtools

devtools

Contributors

jaredly

14 commits

Languages

OCaml

92.0%

C++

4.5%

JavaScript

1.4%