Socket
Socket
Sign inDemoInstall

impact

Package Overview
Dependencies
20
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    impact

nodejs backend for impactjs (http://impactjs.com)


Version published
Weekly downloads
6
increased by50%
Maintainers
1
Install size
778 kB
Created
Weekly downloads
 

Readme

Source

node-impact

Getting it

npm install impact

Implementing it

The node-impact module allows impact to run on a node http server. It binds to an express server, setting up the routes for the Weltmeister api calls.

See the example for usage. In that particular example, the impact game lives in public/.

This will set up the following Weltmeister api routes (of which need to be changed in weltmeister/config.js):

'api': {
	'save': 'wm/save',
	'browse': 'wm/browse',
	'glob': 'wm/glob'
}

FAQs

Last updated on 20 Oct 2011

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc