This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-01
Channels
- # aatree (1)
- # admin-announcements (11)
- # beginners (77)
- # boot (73)
- # braid-chat (29)
- # cbus (3)
- # clara (3)
- # cljs-dev (16)
- # cljsjs (2)
- # cljsrn (68)
- # clojure (149)
- # clojure-austin (1)
- # clojure-czech (2)
- # clojure-miami (8)
- # clojure-poland (28)
- # clojure-russia (165)
- # clojure-ukraine (1)
- # clojurebridge (3)
- # clojurescript (64)
- # community-development (1)
- # core-async (27)
- # core-matrix (2)
- # cursive (38)
- # data-science (2)
- # datavis (4)
- # datomic (3)
- # dirac (78)
- # emacs (10)
- # events (1)
- # funcool (6)
- # hoplon (25)
- # immutant (2)
- # jobs (3)
- # ldnclj (34)
- # luminus (4)
- # mount (23)
- # off-topic (26)
- # om (121)
- # onyx (320)
- # other-lisps (1)
- # proton (13)
- # re-frame (33)
- # yada (3)
Just starting a new project: https://github.com/aatree/aaworker
I plan to use macros for defining the api and local calls something like the way castra does.
Updated state from the web worker will be plugged directly into the appropriate javelin cell.
repository is here: https://github.com/aatree/aademos/tree/master/tworker
here's the output: C:\Users\Bill\Documents\aatree\aademos\tworker>boot dev Starting file watcher (CTRL-C to quit)... Compiling Hoplon pages... ò tworker\index.cljs.hl Compiling ClojureScript... ò index.html.js Starting Jetty on port 8000... 2016-02-01 17:08:42.669:INFO::clojure-agent-send-off-pool-0: Logging initialized @26310ms 2016-02-01 17:08:42.723:INFO:oejs.Server:clojure-agent-send-off-pool-0: jetty-9.3.1.v20150714 2016-02-01 17:08:42.818:INFO:oejw.StandardDescriptorProcessor:clojure-agent-send-off-pool-0: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2016-02-01 17:08:42.845:INFO:oejsh.ContextHandler:clojure-agent-send-off-pool-0: Started o.e.j.w.WebAppContext@31849d26{/,file:///C:/Users/Bill/.boot/cache/tmp/Users/Bill/Documents/aatree/aademos/tworker/1no/-jknt4h/,AVAILABLE} 2016-02-01 17:08:42.921:INFO:oejs.ServerConnector:clojure-agent-send-off-pool-0: Started ServerConnector@dc28fa{HTTP/1.1,[http/1.1]}{0.0.0.0:8000} 2016-02-01 17:08:42.926:INFO:oejs.Server:clojure-agent-send-off-pool-0: Started @26567ms Implicit target dir is deprecated, please use the target task instead. Set BOOT_EMIT_TARGET=no to disable implicit target dir. Elapsed time: 24.188 sec
Here's the .cljs.edn file: {:require [tworker.demo-worker] :init-fns [tworker.demo-worker/main] :compiler-options {}}