GithubHelp home page GithubHelp logo

GitHub followers

ConnectorJS-Client

Establish easy and secure remote connection to your local databases, files, etc.

Install

Npm / yarn

# npm / yarn install globally
$ npm install connectorjs-client -g

# Usage
$ connectorjs -h

Usage:
connectorjs <command> [options]

connectorjs start           run connector client
connectorjs show            show clientId and clientPass
connectorjs -v[--version]   version number
connectorjs -h[--help]      help

Press any key to continue.

Windows

Download for Windows

Extract zip and install setup file connectorjs-client-setup.zip

Screenshots

----

MacOS X

... soon

or try install via npm/yarn package managers.

Linux / Ubuntu

  • Download shell script
sudo wget https://raw.githubusercontent.com/connectorjs/connector-client/main/installer/linux/install-connectorjs.sh

sudo chmod +x install-connectorjs.sh
sudo ./install-connectorjs.sh
...
...

OR

  • Run all commands in terminal directly
sudo apt-get install node wget -y
sudo npm install -g pm2 -y
sudo wget https://github.com/connectorjs/connector-client/archive/refs/heads/main.zip -O /tmp/cc.zip
sudo unzip /tmp/cc.zip -d /opt/
sudo mv /opt/connector-client-main /opt/connectorjs
sudo rm /tmp/cc.zip
cd /opt/connectorjs
sudo npm install
sudo pm2 start connector-client.js
sudo pm2 startup
sudo pm2 save

echo "Connectorjs installed"
  • .env file
SOCKET_SERVER_URL=wss://api.connectorjs.com/connector
RECONNECTION_INTERVAL=20000
NODE_ENV={{develoment | production}}
CLIENT_ID={{client_id}}
CLIENT_PASS={{client_pass}}

connector.js's Projects

api icon api

ConnectorJS.com main Rest API project

evcm icon evcm

Electric Vehicles Charging Management Softwareβš‘β˜€οΈπŸš˜πŸ”Œ

modbus icon modbus

Maintained fork of grid-x/modbus Golang Modbus library

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.