Which framework is better to work with couchbase?

Hi everybody
I’m planning to develop new application and use couchbase as document store of that application. But I can’t decide about which framework to use as logic.
Javascript or java based frameworks? I need it be fast like couchbase?
Any suggestions or tip?

Hi Reza, I would recommend using the one you are most familiar with. I personally like our Java SDK and the fact that we have a strong integration with the Spring ecosystem.

Hi Laurent
Thank you for quick reply. Ok I will use spring as business layer to provide REST API for UI. Also I will use angular for UI.
Are they good?

Depends on what you want to do. I know there are a lot of projects using Spring and Angular.