DEV Community

Discussion on: Update: typescript backend is in the bin.

 
phawk profile image
Pete Hawkins

Oh nice, I do like a good screencast!

That’s cool, I do really like typescript, the main things that let down the node approach for me where 1) bullmq randomly falling over (I still don't know what was going on there, just don't know enough about it to dig in further) 2) type-orm, which is great, but it just wasn't as polished as ActiveRecord, 3) pulling all these libraries together myself, rather than having a more full stack framework. Hopefully adonis solves that.