Top "Strongloop" questions

StrongLoop is an API tier for connecting enterprise data to devices and browsers.

Error: "Double colon in host identifer"

I am trying to connect to a database that I have hosted at MLab. I am using the StrongLoop API. …

node.js mongodb strongloop
How do I return specific http status codes from a remote method in loopback?

I would like to know if there is a way to returns a specific HTTP status code from within a …

loopbackjs strongloop
Which API Gateway is production ready and provides good performance & features?

We have many REST services within our infrastructure and these are built using different technologies(Java, Go, Ruby, NodeJS) but …

node.js security rest wso2 strongloop
Sequelize orm vs Loopback orm

I'm creating rest api backed by PostgreSQL. I like Strongloop Loopback framework, it streamlines api development. But how its built-in …

sequelize.js loopbackjs strongloop
Implement change password with Loopback

I am trying to implement the change password feature with Loopback's built-in method, It works fine, but it doesn't update …

javascript node.js loopbackjs strongloop
Loopback: Passing multiple object types in a remote method

I have an issue where when I pass two object types as a remote method argument, the first argument gets …

object arguments loopbackjs overwrite strongloop
How to deploy Loopback ? Need simple explanation

I have developed a Loopback API and would like to deploy it to a test instance (Heroku or Digital Ocean, …

node.js heroku loopbackjs strongloop
How to configure StrongLoop LoopBack MongoDB datasource for deployment to Heroku

I'm using LoopBack ver. 1.6 and have a local mongoDB server running for development using he following datasource configuration: "mongodb": { "defaultForType": "…

javascript mongodb heroku loopbackjs strongloop
How to automigrate in Loopback

I have renamed a number of models and tables in my loopback application, however I must now migrate to this …

loopbackjs strongloop loopback
Creating Permanent AccessToken in loopback

How to create a permanent access token for a StrongLoop API. Now for every user login it creates an access …

access-token loopbackjs strongloop