node-plus-python
June 3, 2020 ยท View on GitHub
Demo project to get Node.js talking with Python.
Setup using Yarn
yarn
yarn start
# and when you're done:
yarn stop
or
Setup using Node
npm install
npm start
# and when you're done:
npm stop
June 3, 2020 ยท View on GitHub
Demo project to get Node.js talking with Python.
yarn
yarn start
# and when you're done:
yarn stop
or
npm install
npm start
# and when you're done:
npm stop