Please post your Nova blog posts here
See main-blog-post-threads for others in this series.
Please post your Nova blog posts here
See main-blog-post-threads for others in this series.
Check out my first tutorial on how to build an Erlang Web Api using Nova Framework and Redis as a data store !
Fantastic to see this.
After this blog me and Niclas started to discuss fallback module. Where you can send things that the controller doesn’t handle.
case something (X) of
ok → {status, 204};
Error → {error, Error} %% this would go to a fallback module for better logging or 500 errors
end