Reputation: 7836
Mochiweb and webmachine are very promising applications when you see how those who have found they're way around them are using it. I need to be directed to where I can find beginners' tutorials on mochiweb. It appears there is no website dedicated to the framework. I think what I need is a pdf, or a blog site or a tutorial on mochiweb, providing several examples on how to use it. I'm an erlang programmer already, using Nitrogen, Yaws, Mnesia and OTP e.t.c. Please show me the way...
Upvotes: 6
Views: 6442
Reputation: 4083
On MochiWeb, I wrote http://alexmarandon.com/articles/mochiweb_tutorial/
Upvotes: 9
Reputation: 1075
Wriaki, a sample app by Basho for Riak, is based on webmachine.
https://github.com/basho/wriaki
There is a video too
Upvotes: 4
Reputation: 1075
Nice series:
http://buffered.io/series/web-development-with-erlang/
Upvotes: 5