Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upCall For Example Web Projects #44
Comments
yoshuawuyts
added
the
WG web
label
Aug 9, 2018
yoshuawuyts
changed the title
Create Web Example Projects
Call for Example Web Projects
Aug 9, 2018
yoshuawuyts
changed the title
Call for Example Web Projects
Call For Example Web Projects
Aug 9, 2018
This comment has been minimized.
This comment has been minimized.
mattdark
commented
Aug 10, 2018
|
Hi I don't know if this is what you're looking for. I've been working on a presentation manager for reveal.js. I wrote about it here: https://medium.com/@mattdark/presentation-manager-written-in-rustlang-f36b73bb8dd2 and the repository is here: https://github.com/mattdark/presentation-manager-rs I will update the README on weekend |
This comment has been minimized.
This comment has been minimized.
Vrixyz
commented
Aug 11, 2018
|
Hi, I have my own “open ID” interpretation available here : https://gitlab.com/Vrixyz/oauth-server. The Readme has some details, I would be happy to answer questions about it, and continue (slowly) its development. Be warned: it’s highly unpolished, WIP and NOT production ready. |
This comment has been minimized.
This comment has been minimized.
vishusandy
commented
Aug 11, 2018
|
I have been working on a blog in Rust and Rocket, the repo is at https://github.com/vishusandy/blogr |
This comment has been minimized.
This comment has been minimized.
|
Ohhh, the contributions so far are really useful! If I could be so free, a thing that would be very helpful would be to hear more about the process. What was hard to do? What was easy to do? The more we know about what you ran into, the more it'll help us. I've spent the afternoon implementing a small program for signup / login using Argon2 + Hyper. I figured it might be useful to share: Project: secure signup / loginDesignI had the idea of building a quick login / signup API using two endpoints: To make it as realistic as possible we should use the Crates Used
Notes
|
This comment has been minimized.
This comment has been minimized.
Vrixyz
commented
Aug 11, 2018
|
Thanks for he example of feedback, I started an issue on my project to attempt to help you : https://gitlab.com/Vrixyz/oauth-server/issues/6 As project might be numerous here, and discussion difficult to follow, If you have specific questions on my project, ask them on that issue, and for anything more generic, this thread will be the place. |
This comment has been minimized.
This comment has been minimized.
KodrAus
commented
Aug 12, 2018
|
I spent some time last year looking at ways to structure a web app in Rust, independently of specific web frameworks. The result is here. Unfortunately I haven't found a lot of time this year to keep it up to date, but would like to. |
This comment has been minimized.
This comment has been minimized.
WimbledonLabs
commented
Aug 12, 2018
This piqued my interest. I don't have much practical experience with web development or Rust, but I thought I would contribute something and learn along the way. You can find my (very work-in-progress) implementation here. So far I've created a basic frontend and mocked out a REST query on the server-side. I'm currently using I plan on indexing a subset of Project Gutenberg since it's in the public domain and is a moderately-sized corpus. |
This comment has been minimized.
This comment has been minimized.
kaj
commented
Aug 21, 2018
|
I wanted to try out warp before possible switching to it in a larger project, so I wrote https://github.com/kaj/warp-diesel-ructe-sample . This project gives each handler access to a |
yoshuawuyts
added
the
Help Wanted
label
Sep 12, 2018
This comment has been minimized.
This comment has been minimized.
|
I wanted to better understand tokio and it's surrounding crates so I implemented a client for the Beanstalkd protocol. Project: tokio-beanstalkd DesignThe library is pretty simple in that is uses tokio-codec and implements the It's still a work in progress, but I'm trying to make a simple to use and easy to understand API to interact with the work queue. The crate is at a state where most operations around jobs are implemented. I'm working on the rest slowly. Crates UsedNotes
|
yoshuawuyts commentedAug 9, 2018
As part of the Net::Web WG we want to help people find their way around Web
programming in Rust (#37). One part of this story will be by sending out surveys
(#27, #40). But another thing we want to do is create a collection of examples
for common tasks in web programming.
We think that gathering a collection of documented example projects can help
us with a few things:
for people that are new to web programming in Rust.
What does an example program look like?
An example program should have the following things:
decisions.
improved.
projects.
And that's about it I think. I don't think we'd need to have many other
restrictions in place, as our purpose is to explore the different ways that
people solve web-related tasks in Rust.
What kind of examples are you looking for?
The goal is to have small examples that generally cover a single task. Examples
would include:
But these are just some example. We'd love to gather more! So if you have some
good ideas go ahead and comment below!
Where should we link these examples from?
Let's link them from this issue for now, but if we get enough examples we should
probably make a dedicated repo / link it from other web resources. But I propose
we do those things as they're rolled out, and instead place an initial focus on
creating content.
How is this different from the Rust Cookbook?
The Rust Cookbook is a resource that helps show how to perform a variety
of tasks in a wide range of domains using code snippets.
The goal of the example projects is to show off how to do common tasks in the
web domain using complete projects.
How can I get involved?
We'd love to have people both contribute ideas for common web tasks, and
implementations of projects!
If you have ideas that would be worth exploring, please comment in this thread.
Similarly, if you've implemented a task, feel free to link to it from this too.
Please include a description of the task your project solves, and any notable
architecture decision.
Hope this all makes sense. We're happy answer any questions people have, and
update this post to help clarify things.
Happy hacking!