Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 511 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 511 Bytes

js-exec

Service that returns results of provided JavaScript files execution

To start the server:

  • make sure you have installed Redis
  • make sure you have installed RabbitMQ
  • configure all settings in config folder
  • create _storage folder for scripts storage and push some scripts (or copy _storage in docs/examples to the root folder)
  • run npm i
  • run node index.js or npm run start

To run tests:

  • run npm run tests

To check code:

  • run npm run lint