Node.js neo4J connection

I am building social media api which will probably run 24/7. I previously used mongoDB.
I am switching to neo4J. In npm documentation it says to close connection and session after done. Do I need to close the connection. If I open/close the connection for every request, what about the performance?. Can I just leave the connection and session open as I did in mongoDB