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

cootie

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cootie

A simple multi-application manager for VPSs.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

Cootie

Cootie is a tool for easily running a VPS with multiple Node servers. In a normal environment, adding a new project involves many steps: cloning the project, writing nginx configuration, setting up a daemonizer, etc. To top it off, your VPS probably didn't come pre-loaded with nginx, so you had to go through multiple install processes to get the environment set up.

Cootie allows you to manage all of your applications centrally:

cd /opt
git clone git@github.com:mattbasta/mygreatwebsite.git

# cootie add [path to server] [port] [hostname[ hostname [...]]]
cootie add /opt/mygreatwebsite/app.js 8001 greatsite.biz

# If you've never run Cootie before
forever start cootie

# If you already have Cootie set up
forever restartall

Things Cootie is not

  • A replacement for nginx. Cootie isn't built for speed.
  • Production ready. I wouldn't trust Cootie to bear the burden of a production website.
  • Magic. Cootie wraps multiple libraries and supplies much of the glue code for building a stable platform. Cootie does little more than that.

Keywords

FAQs

Package last updated on 23 Nov 2013

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