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

possbile to bundle redis client in the browser #797

Closed
kulicuu opened this issue Aug 24, 2015 · 2 comments
Closed

possbile to bundle redis client in the browser #797

kulicuu opened this issue Aug 24, 2015 · 2 comments

Comments

@kulicuu
Copy link

kulicuu commented Aug 24, 2015

Hi, I've been doing R&D on web-apps, and wanted to look into what it would take to bundle this redis-client module into a webpack-built browser application.

I had some idea that maybe, given the pub/sub capabilities and the Lua capabilities, that a redis/disque system could serve in the place of a realtime/websockets-esque web-server.
(serving the static assets constituting the app would be handled by an eviscerated server or even pure-CDN)

So, I'm adding this partly as a feature request, but also just looking for feedback on what it would take to implement, potential problems etc.

Hiredis seems to be an obstacle but I'm not sure how much of one.

[edit] found this
http://stackoverflow.com/questions/6311984/connecting-directly-to-redis-with-client-side-javascript

@kulicuu
Copy link
Author

kulicuu commented Aug 24, 2015

redis/ioredis#136

@kulicuu kulicuu closed this as completed Aug 24, 2015
@stockholmux
Copy link
Contributor

Yep. I was going to suggest Webdis. Porting this module would be counter-productive but a syntax compatible front-end library would be cool (and I don't think exists).

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