-
Notifications
You must be signed in to change notification settings - Fork 26
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
daphne/channels update #24
Comments
Just saw that daphne 3.0.3 etc is in reactor master, but in the version available on PyPi there is the outdated version 2.4.0. Is there a new release planned? |
@nerdoc I have this project abandoned, sorry... I'm more in favor of django-unicorn or my own weird stuff https://github.com/edelvalle/djhtmx |
Oh, maybe you could mention that in the docs or archive it? Thanks anyway! |
BTW and off-topic, unicorn uses Ajax instead of websockets. Isn't that much slower? And is only one-directional? With websockets/channels you can use push notifications - with ajax you need polling. |
@edelvalle Hi eddy, may i ask what are the reasons for you to stop reactor ? |
I'll chime in again here... @edelvalle - did you abandon this project completely? In another comment you are saying you are using reactor in your own company. But https://iskra.ml is down... you sya you're using htmx/djhtmx... So - on long term, on which horse would you bet? |
This is solved with the current development version. Thanks for coming back to this fabulous project. |
Anyways let me answer you:
That's why you don't see to much development here but, the project is not dead, is just resting. And I will accept and review any PR anyone makes. |
Yes, I know djhtmx, I have tested it too. And pure HTMX, and reactor, and django-unicorn, and django-sockpuppet, extensively. Every project has its advantages and downsides. I think that reactor has a great potential because it combines a few things:
What it lacks:
I'm long-term planning for a huge, modular application, and can't find a component framework to rely on. React was my favourite, until you "abandoned" it. Therefore I'm glad you came back. I would prefer HTMX for long-term support - but maintainability of code is much more important than fearing to deal with spaghetti code soon. I'm no proffessional programmer (just a MD), but would add some thoughts (and maybe code) to React if I can help. |
Hi, just trying to setup reactor.
If I make a plain python project, and just do a
pip install django-reactor
as recommended, I get:But, in your poetry.lock you have channels version = "3.0.3", and daphne = ">=3.0,<4".
How comes this?
(BTW, I didn't get the websockets part working yet... still struggling)
The text was updated successfully, but these errors were encountered: