Concept
Code On Demand 0
Code on Demand is a feature of the REST architectural style that allows servers to extend the functionality of a client by transferring executable code, such as JavaScript, to the client. This enhances the client’s capabilities without requiring pre-installed software, but can introduce security risks and reduce visibility into the client's operations.
Relevant Degrees