Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 364 Bytes

File metadata and controls

23 lines (17 loc) · 364 Bytes

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