pneumatic-tubes icon indicating copy to clipboard operation
pneumatic-tubes copied to clipboard

WebSocket based transport of events between re-frame app and server

Results 6 pneumatic-tubes issues
Sort by recently updated
recently updated
newest added

Introduces options for `:read-handlers` and `:write-handlers` which can be used to extend a tube with support for new types.

Tube state is now managed in separate atom which can be deleted from the instance list immediately when tube is destroyed. This shoduld fix #6 There is no change in...

Hi @drapanjanas, not sure if you're supposed to be able to chat back with the group-chat-app from the ios app but I found it confusing that I was unable to...

Hello, First, thanks for this library. It's an awesome accomplishment. I'm having some issues with wrapping tubes into a Sierra component (https://github.com/stuartsierra/component) Mainly, from reading the code, it doesn't seem...

I pulled down the average_number demo and would like to work with it using an interactive cider nrepl session but I couldn't really figure out exactly how to get the...

I was experimenting with Sente in a re-frame app. However, Sente's api felt a bit clunky and I found I still needed to write some boilerplate/middleware for "re-framing" the messages...