from Hacker News

Ask HN: What lib/frameworks are you in love with?

by Sakes on 12/3/15, 1:03 PM with 2 comments

As developers we use many many tools, and every now and then one gets put in the tool box that we just love. It feels intuitive to use and is rarely a source of confusion or requires a deeper understanding to resolve some bug in your app. I haven't fallen in love for a while, so I'd like to know if you all have and with what.

What do you have in your tool box that you have fallen in love with?

  • by osullivj on 12/3/15, 1:46 PM

    Really like tornado for Python web apps. Simpler and lighter than Django, and with support for websockets too. And you can build generic TCP servers with it too, just like Twisted.
  • by sidcool on 12/5/15, 8:17 AM

    I love the Akka framework. Very robust for actor-based model. Akka Streams make some difficult tasks quite easy.