Skip to content

Commit 594ac39

Browse files
committed
more readme
1 parent 5feab8e commit 594ac39

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
Example Ruby apps using async
1+
# Async examples in Ruby
2+
3+
This is a scratchpad for experimenting with Ruby tools with the aim of serving lots of concurrent requests that hit an external http endpoint that may run slowly, returning JSON, ideally using GraphQL, with batching outside of the GraphQL context.
4+
5+
The simplest working example is the `rack-async-http-falcon-graphql-batch` app. I'd like to understand why adding graphql-ruby's new dataloader doesn't work well. Also I'm not clear on the tradeoffs involved in using threads versus fibers. I don't have a working example with threads (and Puma?) yet, but I assume it's possible to get working well.
6+
7+
If you'd like to play around with any of these examples, add your own, or fix any that aren't working well, I would love your help!

0 commit comments

Comments
 (0)