Fork me on GitHub
#cljsrn
<
2020-05-18
>
gammarray13:05:08

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

gammarray13:05:15

🙏 thx to everyone who's working on this project. its very impressive!

lepistane15:05:49

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

dotemacs18:05:13

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

lepistane20:05:11

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