---
Hardcore embedded Linux development
http://www.linkedin.com/in/joelreymont
Device drivers, firmware and debugging
> _______________________________________________
> erlang-questions mailing list
> erlang-q...@erlang.org (mailto:erlang-q...@erlang.org)
> http://erlang.org/mailman/listinfo/erlang-questions
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
Thank you for your feedback.I think I will stick with: https://github.com/ostinelli/misultin
Yeh... Cowboy sounds good, but it has two days old commits on http request functions.
This seems not very cool to me... I really afraid to take it to production.
If you like webmachine cowboy has the rest logic from webmachine in it
now written in plain english. See cowboy_http_rest.erl. You can pretty
much take the webmachine documentation and apply it to cowboy with a
few differences. Its also about 2-3x faster in my experience.
-Tom
> _______________________________________________
> erlang-questions mailing list
> erlang-q...@erlang.org
> http://erlang.org/mailman/listinfo/erlang-questions
>
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
Sam
--
Samuel Elliott
s...@lenary.co.uk
http://lenary.co.uk/
+44 (0)7891 993 664
_______________________________________________
Hi Roberto,That statement was not about misultin but about our approach in general. Please, don't take it personaly. Actually I like API of misultin.We will use webmachie only because we have experience with it. So, if something will go wrong in one place something similar should be expected everywhere and if everything is alright there are much less chances that something will go wrong because of less code involved in the service delivery process. This is what I believe in.So, I promise if there are any problems with web interface in my project, misultin will be the man and I will write about in this mail list.
I was using misultin before (admitedly a pretty old version like 6 month old) and updating broke my entire code to a point where migrating was less effort.