FINRAOS / MSL

MSL (pronounced 'Missile') stands for Mock Service Layer. Our tools enable quick local deployment of your UI code on Node and mocking of your service layer for fast, targeted testing.
http://finraos.github.io/MSL/
Apache License 2.0
32 stars 24 forks source link

Use node-XMLHttpRequest instead of XHR2 for synchronous calls? #56

Open kood1 opened 10 years ago

kood1 commented 10 years ago

Since XHR2 doesn't support sync calls, we should consider the following for msl-client-node: 1) Use a different library - https://github.com/driverdan/node-XMLHttpRequest 2) Build polling ourselves inside node client

kood1 commented 10 years ago

We should test large responses with node-XMLHttpRequest since it failed before.