Thoughts & guides
2 matching posts — clear
Cycle detection on a graph that doesn't exist yet
Cycle detection that runs against a live database and an in-memory request payload through the same code, by writing your validators against an interface that doesn't care which one it's walking.
Mixing WebSockets & HTTP endpoints in Elixir with Cowboy + Plug
Using a custom dispatcher structure for mixing HTTP and WebSocket endpoints in a simple Plug-based Elixir API