Execute Background Task In Javascript

后端 未结 9 1624
迷失自我
迷失自我 2020-11-28 22:39

I have a cpu intensive task that I need to run on the client. Ideally, I\'d like to be able to invoke the function and trigger progress events using jquery so I can update

9条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-28 23:26

    Seems this problem has been solved in node itself.
    require child_process which is included in nodejs 0.10.4

提交回复
热议问题