You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for alternate to Seastar in Rust lang and seems NetBricks can be used for developing high-performance network applications.
Any plans to integrate with tokia-rs?
The text was updated successfully, but these errors were encountered:
Yeah, I think this is a good idea, just not sure of a timeline yet. But just to be clear, what sort of integration were you considering? What I had in mind was to eventually add in some sort of a TCP stack (Seastar has one in the net directory) probably building on the netbsd stack and then exposing futures for that. This seems to be similar to what Seastar would offer, but did you have some other use case or design in mind?
I am starting a new project and wanted to use Rust but did not find an alternative to Seastar.
Seems NetBricks has basic building blocks and if we add tcp stack with features, it can be alternate to seastar. so use case is same as what you describe.
I am looking for alternate to Seastar in Rust lang and seems NetBricks can be used for developing high-performance network applications.
Any plans to integrate with tokia-rs?
The text was updated successfully, but these errors were encountered: