Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 600 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 600 Bytes

M4Node.js Examples

M4Node.js examples

Purpouse

  • Use the M4Node.js library in Node.js developments
  • Back-end Developer.
  • TypeScript: Strict typing, Structural typing, Type annotations and Type inference.
  • Observable Rxjs: Observer pattern (reactive programming) to write asynchronous code.
  • Promises: To write asynchronous code a promise represents a value that may be available now, in the future, or never.
  • Testing: Jasmine tests

Install

  • npm install

Execute examples

  • npm run devLogon
  • npm run devLoadMetadata
  • npm run devExecuteRequest

Execute tests

  • npm run test