Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

concurix-server

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concurix-server

concurix server

  • 0.2.19
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17
decreased by-51.43%
Maintainers
3
Weekly downloads
 
Created
Source

concurix-server

screenshot

Server Setup

Global Install

$ npm install -g concurix-server
$ concurix-server <port>

Local Install

$ npm install concurix-server
$ ./node_modules/concurix-server/bin/server.js <port>

Windows Requirements

  • The latest version of Node.js for Windows
  • A copy of Visual Studio Express 2013 for Windows Desktop
  • A copy of Python 2.7, installed in the default location of C:\Python27
  • Set your system environment variable GYP_MSVS_VERSION like so (assuming you have Visual Studio 2013 installed):
setx GYP_MSVS_VERSION 2013
  • Restart your command prompt window to ensure required path variables are present.

There are some slight modifications to this that can work; for example other Visual Studio versions often work too. But it's tricky, so start with the basics!

Tracer Configuration

Install the concurix tracer module on whichever projects you want monitored and point it at your concurix server

$ npm install concurix
var tracer = require('concurix')({
  accountKey: "my_project", // Any unique string
  api_host: 'localhost',        // Defaults to localhost
  api_port: 8103                // Defaults to 8103
})

Web Application

Once the initial data has been sent to your server from the tracer, you will be able to view that data from the dashboard by navigating your browser to http://localhost:8103/dash/my_project

License

Licensed under the Concurix Terms Of Service

Keywords

FAQs

Package last updated on 12 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc