Home

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