Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```