套件: node-yajsml (1.1.5-2)
node-yajsml 的相關超連結
Trisquel 的資源:
下載原始碼套件 node-yajsml:
維護者:
Original Maintainers:
- Debian Javascript Maintainers (郵件存檔)
- Mike Gabriel
外部的資源:
- 主頁 [github.com]
相似套件:
Yet another (Common)JS module loader
Yajsml is a server-side component that allows JavaScript code to be distributed in a reliable and performant way. Its three features are:
- Proxy pass through for individual resource requests. - Bulk responses for requests of closely associated resources (e.g. dependencies) when a request specifies a JSONP-style callback. - Canonical packaged resources where requests for disparate resources may be fulfilled through a redirect to one canonical packaged resource (which exploits warmed caches).
The tool’s interface is simple enough that there is no need for a prescribed implementation on the client-side. That said, the require-kernel is a terse implementation of a CommonJS module manager that can use all the features in yajsml.
其他與 node-yajsml 有關的套件
|
|
|
-
- dep: nodejs (>= 0.6.19~dfsg1-3~)
- evented I/O for V8 javascript
-
- sug: libjs-jquery
- JavaScript library for dynamic web applications
-
- sug: libjs-underscore
- JavaScript's functional programming helper library