I developed a stream upload with NodeJS. A webform send the files wit Jquery File Upload plugin (https://github.com/blueimp/jQuery-File-Upload/) and this plugin made the socket with the server.
When i try do the load test on JMeter the only option is send the file via POST method on http request, causing this a normal post upload, but i want try the stream.
At same time i upload via browser to my server to compare.
Result: all users failing (web browser no).
How i can do the JMeter upload via websocket stream to test the server down?
jQuery needs a fully running DOM + JavaScript engine and that's just not provided by JMeter.
In order to achieve the goal: