FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Distributive-Network/pythonmonkey-crypto-js-fullstack-example · GitHub

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack AES encryption and decryption app that uses the crypto-js NPM package

This repository contains an example of Python code executing JavaScript code from an NPM package using PythonMonkey. The Python code here is a web server that uses the CryptoJS NPM package to encrypt and decrypt messages using AES.

PythonMonkey is a Python library for executing JavaScript code in Python and Python code in JavaScript. Check out our website https://pythonmonkey.io/!

Demonstration

Installation

$ pip install pythonmonkey

$ npm install

Running the Example

$ python3 main.py

Open http://localhost:9000/ on your browser

Other Examples

For simpler and more comprehensive examples showing off Promises, WebAssembly and more PythonMonkey features, refer to https://github.com/Distributive-Network/PythonMonkey-examples/.

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL