Hacker News new | ask | show | jobs
by siscia 4114 days ago
Well, node is node...

In Clojure I got almost to the point where I can write and reuse almost any layer of my application, I need to connect with Mongo, check, I need to authenticate an user, check, I need to connect with Postgresql, check...

In the next app, if I would need to connect again to mongo I will just need to import the relevant module...