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

NetBricks integration with Tokio-rs #16

Open
rohitjoshi opened this issue Oct 16, 2016 · 3 comments
Open

NetBricks integration with Tokio-rs #16

rohitjoshi opened this issue Oct 16, 2016 · 3 comments

Comments

@rohitjoshi
Copy link

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?

@apanda
Copy link
Member

apanda commented Oct 17, 2016

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?

@rohitjoshi
Copy link
Author

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.

@shuaimu
Copy link

shuaimu commented Feb 24, 2017

I am also looking for a Seastar alternative for rust. If NetBricks can add tcp stack it would be great!

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