meh / meh.github.io

http://meh.schizofreni.co
3 stars 2 forks source link

Comfy web services in Rust. #5

Open meh opened 4 years ago

namkaif commented 4 years ago

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

dizda commented 4 years ago

Great, I loved it. Thanks for sharing!

aslamplr commented 4 years ago

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 commented 4 years ago

@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 commented 4 years ago

Great work!!

dpc commented 4 years ago

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

sync commented 4 years ago

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

aslamplr commented 4 years ago

@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 commented 4 years ago

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

meh commented 4 years ago

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

Anonymus1 commented 3 years ago

Any updates for 2021?

NrdyBhu1 commented 3 years ago

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

ngterry commented 2 years ago

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