-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[WebSocket & JS] Use a websocket module that doesn't require native modules #277
Comments
@amasad have you managed to get ws working at all? I would like to use it for Firebase. Also, have you seen these: #579 #619 and this project: https://github.com/tptee/RCTWebSocket |
This is about the server use of WS (for debugging). When you |
ah, gotcha, doh. thanks ;-) On Tue, Apr 7, 2015 at 8:23 PM, Amjad Masad notifications@github.com
|
It doesn't, actually. Native deps are optional |
@vkurchatkin great, how do we disable them? i.e. they don't install |
I don't think we can. Being optional dependency means that if npm fails to install it, it still proceeds. |
@amasad - Would this be a websocket polyfill that relies on polling? Is this still an issue that is worth following up on? It seems like the built in WebSocket Native Module works well 😄 |
What I meant, is that it's easy to implement a websocket server without node c/c++ extensions. And I don't know why they have to be native. Anyways, I'm just being pedantic :P |
ws package requires native modules. And it's a bit fragile while installing. Let's find a pure JS one
The text was updated successfully, but these errors were encountered: