wip: state server side; websocket

This commit is contained in:
Swrup 2022-12-11 18:58:56 +01:00
parent 3c6a373dc9
commit 5f1d29bda3
11 changed files with 169 additions and 44 deletions

View file

@ -14,7 +14,8 @@
syntax
template
tyx_util
user)
user
ws)
(libraries
bos
caqti
@ -23,6 +24,7 @@
directories
dream
emile
shared
fpath
lambdasoup
lwt
@ -37,10 +39,15 @@
(executable
(name island_client)
(modules island_client)
(libraries js_of_ocaml brr)
(modules island_client ws_client)
(libraries js_of_ocaml brr shared)
(modes js))
(library
(name shared)
(modules map network state)
(libraries))
(rule
(target content.ml)
(deps