我正在尝试制作一项服务,该服务需要在服务器上快速渲染简单的 3D 场景,然后将它们作为 JPEG 返回。
我怎么能在 HTML javascript 中申请工作?它对大众用户是否可扩展,websockets 会这样做吗?
function renderBlender(){
// 1. Send out a job
// ?? put something
// 2. Take result
// Get json and add it to HTML.
loadResult("Result.json");
//strImageList += "<a href=\"#\">";
//strImageList += "<img src='" + the location + "' />";
谢谢。