Skip to content

This is a complete and detailed module to easily communicate a Python script with a Node app, using socket.io.

Notifications You must be signed in to change notification settings

joelermantraut/python-node-socket-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Node Socket Module

This is a complete and detailed module to easily communicate a Python script with a Node app, using socket.io.

App works as server and client, and on localhost or any IP.

Dependencies

Python app depends on python-socketio and python-socketio["client"]. Node app depends on express, socket.io and socket.io-client.

Instalation

On Python folder:

python -m virtualenv .
pip install python-socketio python-socketio["client"]

On Node folder:

npm install -i express socket.io socket.io-client

Documentation

Each function and method is explained as comments before code.

About

This is a complete and detailed module to easily communicate a Python script with a Node app, using socket.io.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published