Search code examples
urlerlangrequestyaws

Any lightweight erlang based server supporting url parsing like tornado, and no ORM features?


I tried out YAWS and was hoping that someone has already written a URL parser / request handler on top of it. I don't want anything close to ChicagoBoss which includes an ORM as well.

Let me know if my question is not clear enough. Thanks.


Solution

  • Since I have no other choice as of now, I'm gonna go with cowboy. Thanks W55tKQbuRu28Q4xv for helping me out.