Skip to content
This repository was archived by the owner on Oct 23, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 385 Bytes

File metadata and controls

10 lines (8 loc) · 385 Bytes

JS services

JS services operate under a request/response pattern, whereby the python process sends a request to a service and will wait until the service has responded.

TODO

  • sending data to services (kwargs to BaseService.send)
  • exporting the service as a CommonJS module
  • how to access node's ecosystem (call django_node.npm.install when defining your services)