Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sente works with react-native! [TODO: add a small example project] #229

Closed
glittershark opened this issue Apr 23, 2016 · 11 comments
Closed

Comments

@glittershark
Copy link

I just got it working and I'm really excited. Not an issue, just wanted to share my excitement with you (and let you know in case you want to advertise it in the README)

@ptaoussanis
Copy link
Member

Hi Griffin,

Heh heh, not at all- that's the best kind of issue! ;-) And thanks for the confirmation.

Would love to accept a PR at some point if you felt like linking to a small example project, etc. at https://github.com/ptaoussanis/sente#example-projects?

@glittershark
Copy link
Author

Don't see why not! I'll do that this weekend if I have time

@ptaoussanis
Copy link
Member

Awesome, thank you! Looking forward to checking it out myself too :-)

@njordhov
Copy link

njordhov commented May 30, 2016

Congratulations on getting Sente to work with React Native! Looking forward to check out the example project.

@njordhov
Copy link

njordhov commented Jun 3, 2016

I also got it working. Had to change the project dependencies though:

[com.taoensso/encore "2.53.0"]                                                                              
[com.taoensso/sente "1.9.0-SNAPSHOT" :exclusions [com.taoensso/encore]]

@ptaoussanis
Copy link
Member

@TerjeNorderhaug Thanks for the confirmation Terje. Please note that master (snapshot) is likely unstable though; would recommend using one of the tagged releases (latest is 1.8.1).

Just travelling atm, but will cut a 1.9 alpha next week when I'm settled again.

@ptaoussanis ptaoussanis changed the title Sente works with react-native! Sente works with react-native! [TODO: add a small example project] Jun 8, 2016
@ptaoussanis ptaoussanis reopened this Jun 8, 2016
@ptaoussanis
Copy link
Member

Have officially reopened this in case anyone feels like adding an example project for react-native.

Thanks, cheers! :-)

@njordhov
Copy link

njordhov commented Jun 10, 2016

Verified [com.taoensso/sente "1.9.0-beta1"] works with React Native. No longer needs :exclusions in project dependency.

@carlhu
Copy link

carlhu commented Jun 24, 2016

How do you set the host and protocol for sente/make-channel-socket-client! in this situation?

@njordhov
Copy link

njordhov commented Jul 22, 2016

(sente/make-channel-socket-client! "127.0.0.1:1337/chsk" {:type :auto :packer :edn})

Note that host is without https://.

@carlhu
Copy link

carlhu commented Jul 22, 2016

Thank you, Terje. But then, how does one specify https or http?

On Thu, Jul 21, 2016 at 9:45 PM, Terje Norderhaug notifications@github.com
wrote:

(sente/make-channel-socket-client! "127.0.0.1:1337/chsk" {:type :auto
:packer :edn})`

Note that host is without http://.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#229 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAWJCYendA2PnNJyqiDqcHzMqfJOrAAsks5qYCCwgaJpZM4IOGez
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants