/node-soap-demo

It's some demo drafts and tests during the master thesis.

Primary LanguageJavaScriptMIT LicenseMIT

node-soap-demo

It's a simple demo draft for a ocpp based server and client with node.js.

The soap service uses the node-soap module.

Requirement

Node.js

Install node.js by following the official website.

Install and run

Fetch the project

$ git clone https://github.com/alfmunny/node-soap-demo.git

Or download the .zip file.

Direct to the project folder node-soap-demo/ and Install the dependencies with npm

$ npm install

Run the server in terminal

$ node server.js

Run the client individully

$ node client.js