I need that users scripts run with a trigger, i.e. when a collection is 
saved/deleted there can be 2 scripts that runs, one before and one after, 
also will be cool to limit the time that the scripts runs maybe a burst 
limit of 15 o 30 seconds, so we prevent that users consume so much 
resources, I don't want to limit loops or conditions, only that user 
require modules outside their environment and example of what I want to 
accomplish in similar to Parse Cloud Functions 
<https://parse.com/docs/cloud_code_guide#functions>, basically it gave you 
a structure that you need to follow, like a folder where you have 2 folders 
one with the data of your app (id and secret keys) and other with your 
code, where you can require modules inside this folder. but also it have 
limited functionality, seems that some nodejs functions was override or 
something similar.

This is not my area so I'm lost of how to start investigating this kind of 
things, because seems that is required a lot of server management and also 
touch in some way nodejs (maybe its possible to override nodejs in realtime 
or for certain child proceses).

Regards

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/71a13a16-f8e8-42bb-a914-3e9e8939f877%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to