chenglou changed the topic of #reasonml to: facebook.github.io/reason/. Public channel logs at irclog.whitequark.org/reasonml. Discord: discord.gg/reasonml
M-jimt has quit [Ping timeout: 255 seconds]
M-jimt has joined #reasonml
copy` has quit [Quit: Connection closed for inactivity]
nomicflux has quit [Quit: nomicflux]
FrigoEU has joined #reasonml
`slikts has joined #reasonml
FrigoEU has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<chenglou> @mst yeah Rebel's currently deprecated, not recommended
<chenglou> the current easy way of doing server-side is binding to node, e.g. express: https://github.com/BuckleTypes/bs-express
<chenglou> then compile to BS
<chenglou> for actual ocaml native, the workflow is separated from your js compilation for now
FrigoEU has joined #reasonml
FrigoEU has quit [Quit: Textual IRC Client: www.textualapp.com]
nomicflux has joined #reasonml
nomicflux has quit [Client Quit]
nomicflux has joined #reasonml
nomicflux has quit [Client Quit]
copy` has joined #reasonml
caisah has joined #reasonml
eh_eff has joined #reasonml
eh_eff has left #reasonml ["WeeChat 1.3"]
kapitan has joined #reasonml
caisah has quit [Quit: My work is done here.]
<mst> chenglou: hmmm. one of my interests here was to not have to do node server side, I really hate having to async everything when it isn't actually a net win for maintainability etc.
<chenglou> I see. Our js build system bsb currently has a fork that can compile to native so you'd the same workflow
<chenglou> But it doesn't talk to ocamlfind nor opam yet