Ntex Implementation? #3837
Unanswered
RandomGHUser
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I would be very surprised if they had, I've never even heard of ntex or seen it mentioned before. I'd recommend looking at actix-web or axum
…On Fri, Apr 11, 2025, at 9:45 AM, RandomGHUser wrote:
Has anyone successfully configured leptos-rs to work with ntex / re-implemented the leptos_actix route builders to work within the ntex framework?
—
Reply to this email directly, view it on GitHub <#3837>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABVBTCNFXMG23MTQVPX2G232Y7WTRAVCNFSM6AAAAAB26VDDBGVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGE4TEOBVGA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Ok, well there are no official plans to support it, but if you'd like to develop an integration the actix version is here:
https://github.com/leptos-rs/leptos/tree/main/integrations/actix
You'd need to develop your own version of this crate with ntex primitives.
I or Greg are happy to answer questions as best we can, although neither of us have ntex knowledge.
…On Fri, Apr 11, 2025, at 10:25 AM, RandomGHUser wrote:
Ntex has been around awhile - I started using it after I found a websockets memory leak in Actix. Many of the base methods are similar to Actix (as the original author of Actix wrote Ntex).
https://ntex.rs/
Benchmarks (if interested in that kind of thing)
https://www.techempower.com/benchmarks/#section=data-r23&f=zik0zj-zik0zj-zik0zj-zik0zj-zik0zj-zik0zj-yyku7z-zik0zj-zik0zj-zik0zj-hra0hr-zhb2tb-zik0zj-zik0zj-zik0zj-jz6rj&test=query
I've been using leptos-rs with actix-web without issue, but would like to integrate it within my current ntex project flow if possible.
—
Reply to this email directly, view it on GitHub <#3837 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABVBTCIMFHGO5DUZELHGABD2Y73HXAVCNFSM6AAAAAB26VDDBGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBQGY4TCMQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone successfully configured leptos-rs to work with ntex / re-implemented the leptos_actix route builders to work within the ntex framework?
Beta Was this translation helpful? Give feedback.
All reactions