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

Browserify support? #253

Closed
trevorstarick opened this issue Nov 3, 2014 · 3 comments
Closed

Browserify support? #253

trevorstarick opened this issue Nov 3, 2014 · 3 comments

Comments

@trevorstarick
Copy link

I was just wondering if node-irc had or was planning on having browserify/requirejs support for Chrome/FF?

@rahatarmanahmed
Copy link

node-irc uses the node.js net API to connect to servers, it won't work if you put it through browserify because browsers don't have that. (WebSockets wouldn't work either, the closest you could get is using Chrome App APIs to connect but that would obviously be specific to Chrome Apps)

@ghost
Copy link

ghost commented Jan 9, 2015

As said, this is not something that we can easily support.

@ghost ghost closed this as completed Jan 9, 2015
@paulolieuthier
Copy link

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

No branches or pull requests

3 participants