cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
gammarray 2020-05-18T13:34:08.143100Z

got a chance to play with krell over the weekend. very exciting. here's a quick peek at it running from emacs/nixos:

gammarray 2020-05-18T13:34:26.143200Z

๐Ÿ‘ 2
gammarray 2020-05-18T13:35:15.144Z

๐Ÿ™ thx to everyone who's working on this project. its very impressive!

dnolen 2020-05-18T13:49:57.144300Z

nice

lepistane 2020-05-18T15:56:49.146300Z

quick question - what do you use for websocket connection for your apps? native , thin wrappers like https://github.com/nilenso/wscljs or something else? I've used sente before but i need client only - without server

dotemacs 2020-05-18T17:59:36.147100Z

Thereโ€™s an example usage in Lymchat app: https://github.com/tiensonqin/lymchat/blob/master/src/lymchat/ws.cljs

dotemacs 2020-05-18T18:06:13.148200Z

Sorry, that example is with sente. But it is client only

lepistane 2020-05-18T20:43:11.153500Z

thanks but that doesn't answer my question. that's example of client side sente - true but there is api to go with it https://github.com/tiensonqin/lymchat/blob/master/api/src/api/handler/ws.clj the author of the app took full advantage of sente anyway am interested in client side only solutions and practices, app is intended to communicate with backend via websockets but backend is not written in clj (sadly) that's why i asked you guys what do you use