Awesome
node-plus-python
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
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