add polling simulator
Showing
with
228 additions
and
0 deletions
tools/PollingSimulator/.gitignore
0 → 100644
tools/PollingSimulator/.vscode/launch.json
0 → 100644
tools/PollingSimulator/Dockerfile
0 → 100644
tools/PollingSimulator/app.js
0 → 100644
tools/PollingSimulator/docker-compose.yml
0 → 100644
tools/PollingSimulator/package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
tools/PollingSimulator/package.json
0 → 100644
{ | ||
"name": "ws-event-emulator", | ||
"version": "1.0.0", | ||
"description": "emulate events in websocket", | ||
"main": "app.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node app.js" | ||
}, | ||
"keywords": [ | ||
"event", | ||
"emit" | ||
], | ||
"author": "amir aharon <amir.aharon@ipgallery.com>", | ||
"license": "ISC", | ||
"dependencies": { | ||
"express": "^4.16.2", | ||
"fs": "0.0.1-security", | ||
"http": "0.0.0", | ||
"moment": "^2.22.2", | ||
"optimist": "^0.6.1", | ||
"request": "^2.83.0" | ||
}, | ||
"bin": { | ||
"ws-event-emulator": "./app.js" | ||
} | ||
} |
tools/wsEventEmulator/package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment