segmentio / nsq.js

NSQ client for nodejs
203 stars 34 forks source link

Run nsq.js on React.js #78

Closed pramestihattak closed 7 years ago

pramestihattak commented 7 years ago

Shitty question,

Can I run this nsq client library with react.js? I use react with ES6 standard. I already try but no luck.

Thanks.

achille-roussel commented 7 years ago

I think we'll need a bit more details on what you meant by "running with react.js". Maybe give us an idea of how your application is constructed, or show us a minimal code example of what you're trying to achieve?

thehydroimpulse commented 7 years ago

Hey @opam22. If you're running React on the server (in Node.js) then you should be able to use nsq.js.