Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcblw/tormentor
socketio server to send close message to chrome extensions
https://github.com/jcblw/tormentor
Last synced: 16 days ago
JSON representation
socketio server to send close message to chrome extensions
- Host: GitHub
- URL: https://github.com/jcblw/tormentor
- Owner: jcblw
- Created: 2013-03-08T02:32:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T14:18:00.000Z (over 7 years ago)
- Last Synced: 2024-10-11T14:38:47.395Z (about 1 month ago)
- Language: JavaScript
- Size: 3.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tormentor
:To be used with [client](https://github.com/jacoblwe20/tormentor-client.git)
This is a simple node server that runs a socket that connects to a Chrome Extension to send command to torment the user of sed browser.
## Install
```bash
git clone thisrepo.git
cd tormentor
```install dependencies
```bash
npm install
```## start
```bash
node app
```