taoensso / sente

Realtime web comms library for Clojure/Script
https://www.taoensso.com/sente
Eclipse Public License 1.0
1.74k stars 193 forks source link

An updated/alternative integration with boot #304

Closed laforge49 closed 7 years ago

laforge49 commented 7 years ago

I've redone sente-boot to work with sente v1.11.0:

https://github.com/laforge49/sente-boot/

Feel free to add it to your examples on the sente readme. :-)

laforge49 commented 7 years ago

Note that by adding a .cljs.edn file, a symbolic link to main.js is no longer needed. So the code should run equally well on linux and windows 10.

laforge49 commented 7 years ago

See also https://github.com/laforge49/sente-boot-reagent

danielcompton commented 7 years ago

I've added them. Thanks for this!