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

Add tutorial: "Quick and dirty mock service with Starlette" #35

Merged
merged 3 commits into from
Apr 13, 2020

Conversation

florimondmanca
Copy link
Owner

@florimondmanca florimondmanca commented Apr 13, 2020

Checklist

  • This project is explicitly related to ASGI. (Somewhat: it uses Starlette, Uvicorn, and HTTPX, but "ASGI" is not mentioned on the article.)
  • The new list entry contains a project name, URL and description.
  • Alphabetical order is preserved across entries and sections.

What is this project?

https://www.mattlayman.com/blog/2019/starlette-mock-service/

A blog post about writing a mock callback service with Starlette and HTTPX.

Do you know about other similar projects?

Not really.

If so, how is this one different?

This is a remarkable piece on showcasing the flexibility of Starlette & its ecosystem


Anyone who agrees with this pull request can add a 👍.

@florimondmanca florimondmanca added the please vote Vote to confirm interest in adding this project to the list label Apr 13, 2020
@florimondmanca
Copy link
Owner Author

florimondmanca commented Apr 13, 2020

Hi @mblayman 👋 Considering adding your article to this list - see PR description.

I can only see that the article was published in 2019 - is there a more precise publication date we could use?

Also, I know you might be biased :), but do you think it'd a good fit for this list? It's not specifically about ASGI, but I like how it shows how to combine different ASGI tools (Starlette, Uvicorn, HTTPX) to solve a concrete and non-trivial use case.

@mblayman
Copy link

Hi, @florimondmanca. Thanks for considering my article! I'm flattered. I published that particular article on 2019-08-26.

As you've noted, it's not directly about ASGI, but ASGI is certainly powering what's going on inside of Uvicorn so, yes, I'd say it's a reasonable thing to include in the list.

@florimondmanca
Copy link
Owner Author

@mblayman Brilliant, thanks!

@florimondmanca florimondmanca merged commit 7f2aa99 into master Apr 13, 2020
@florimondmanca florimondmanca deleted the starlettemock branch April 13, 2020 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
please vote Vote to confirm interest in adding this project to the list
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants