ajones / datasnap-node

Nodejs wrapper of the Datasnap REST api
MIT License
1 stars 1 forks source link

Future Dev of Datasnap nodesdk #3

Open brianofearain opened 9 years ago

brianofearain commented 9 years ago

Hi Aaron- here are my thoughts on the future dev of the nodesdk: -- Some type of batching of event calls would be a good idea to deal with multiple events being sent concurrently- I think I will add this next and you can let me know your thoughts on it if you like -- At this stage I think separate function calls for each event category is unnecessary for now. I think it might be a good idea to introduce validation on the data types in the json and when we do that it would then probably make sense to separate the validators for each event category.