Maximum size of a node JS proxy

Not applicable

The issue is related to IP whitelisting using Service callout. I am using a node JS proxy as micro service in which it checks the Client IP is present in that back end node JS. There is a list of IPs to be mentioned there which can be a size of 10 MB in a normal text file. Can I add all the IPs in the proxy or there is a limit in size ? If there is a limit in size, then what is the limit ? It's to be noted that Baas is not available in our enterprise customization. We have already using the KVM for this. We want to try the micro service option for the same. Is there any chance to increase the size as per requirement ?

Solved Solved
1 1 391
1 ACCEPTED SOLUTION

Have you tried it? 10mb of data ought to be manageable in a nodejs app.

Also, you may consider compressing the list of IPs.

If this isn't sufficient, then you can consider some other nodejs hosting platform, such as Google App Engine with the flex environment. This would give you maximum flexibility in configuring your nodejs server size.

View solution in original post

1 REPLY 1

Have you tried it? 10mb of data ought to be manageable in a nodejs app.

Also, you may consider compressing the list of IPs.

If this isn't sufficient, then you can consider some other nodejs hosting platform, such as Google App Engine with the flex environment. This would give you maximum flexibility in configuring your nodejs server size.