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

Comfy web services in Rust. #5

Open
meh opened this issue Apr 17, 2020 · 13 comments
Open

Comfy web services in Rust. #5

meh opened this issue Apr 17, 2020 · 13 comments

Comments

@meh
Copy link
Owner

meh commented Apr 17, 2020

No description provided.

@meh meh changed the title Writing web services in Rust. A story of writing web services in Rust. Apr 17, 2020
@meh meh changed the title A story of writing web services in Rust. Comfy web services in Rust. Apr 18, 2020
@namkaif
Copy link

namkaif commented Apr 24, 2020

Great article! Do you by any chance have an example repo?

@dizda
Copy link

dizda commented Apr 27, 2020

Great, I loved it. Thanks for sharing!

@aslamplr
Copy link

aslamplr commented May 2, 2020

Thanks for sharing! Great article. My goto for next web project with rust. I wish there is a starter project with all these put together.

@meh
Copy link
Owner Author

meh commented May 2, 2020

@namkaif @aslamplr since there's interest I'll probably make one, the blog post just had excerpts from a couple web services put together, I guess I could spend the time making a repository :)

@AbsoluteVirtueXI
Copy link

Great work!!

@dpc
Copy link

dpc commented May 21, 2020

Absolutely awesome. Very dense and informative. I'd love to have this as a starter template or something like that.

@sync
Copy link

sync commented Jun 5, 2020

Super good article thank you. Indeed some more code would be amazing!!

@aslamplr
Copy link

aslamplr commented Jun 30, 2020

@namkaif @aslamplr since there's interest I'll probably make one, the blog post just had excerpts from a couple web services put together, I guess I could spend the time making a repository :)

https://github.com/rusty-crab/warp-api-starter-template

Made an attempt to put together what is in the blog post and missing pieces. This is far from finished to be called an actual template for someone to get started. But it has all the pieces from the blog post. I will continue to make it more modular and usable. Meanwhile, contributions are welcome (PRs, Issues, anything..)

@meh I really appreciate if you could take a look at this and see if this is how it's wired together. Forgive me that it's all in a single file (src/main.rs).

Once again much love ❤️
I really appreciate this blog post exists.

@98mux
Copy link

98mux commented Sep 22, 2020

@meh This is amazing! One question, juniper or async-graphql?

@meh
Copy link
Owner Author

meh commented Sep 22, 2020

Definitely async-graphql, I personally migrated to that, I just haven't had the time to update the blog post and such.

@Anonymus1
Copy link

Any updates for 2021?

@NrdyBhu1
Copy link

Damn, this is really, especially the comments on issues used as comments on the blog.
Really Awesome 🥇

@ngterry
Copy link

ngterry commented Feb 24, 2022

Any updates for 2022 for the list of materials and tools needed to get the comfy?

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