Giter VIP home page Giter VIP logo

pynode-ipc's Introduction

PyNode-IPC

Node.js and Python Inter-Process Communication example using ZeroMQ. For CSCI 3430 class assignment.

Github Repository: https://github.com/Glavin001/PyNode-IPC

Quick One Line Terminal Installation

Copy and paste into your Terminal:

git clone https://github.com/Glavin001/PyNode-IPC && cd PyNode-IPC && ./install.sh

Description of Assignment

See L10.pdf for complete list of questions.

Answers

See ANSWERS.md for complete list of answers.


Dependencies

libzmq: https://github.com/zeromq/pyzmq/wiki/Building-and-Installing-PyZMQ#linux

PyZMQ: https://github.com/zeromq/pyzmq

Zeromq.node: https://github.com/JustinTulloss/zeromq.node

Easy automated installation for Mac & Linux

Run the following in your Terminal with the current working directory being the root of this project:

./install.sh

Support

  • Mac, installation and test all ran successfully.
  • Ubuntu, installation and test all ran successfully.
  • Windows, not supported.

Usage

Run the following in your Terminal with the current working directory being the root of this project:

Python as Caller and Node.js as Receiver:

Step 1) Start Node.js Receiver
node receiver.js
Step 2) Start Python Caller
python caller.py
Step 3) Enter your integers as prompted and try it out!

Node.js as Caller and Python as Receiver:

Step 1) Start Python Receiver
python receiver.py
Step 2) Start Node.js Caller
node caller.js
Step 3) Enter your integers as prompted and try it out!

pynode-ipc's People

Contributors

glavin001 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pynode-ipc's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.