Socket
Socket
Sign inDemoInstall

smcms

Package Overview
Dependencies
14
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    smcms

A small CMS for Node.js apps.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
3.24 MB
Created
Weekly downloads
 

Readme

Source

smcms

A small CMS for Node.js apps.

CircleCI npm


The goal of smcms is to be a CMS that can be plugged into an existing Node.js app in a matter of minutes.

smcms is made to be pluggable in order to support multiple stores.

The main concept behind smcms is little more than a key-value store. The notable exception here is that keys are namespaced so that you can request things like my.namespace.* to retrieve all keys within the my.namespace namespace.

Stores

A store is used to store the data, and must support certain operations:

  • retrieve a value from a key
  • retrieve all keys and values under a namespace

API Adapters

API adapters are developed to make integrating smcms easy. For example, Express middleware to expose an API.

Another example would be a graphql-js integration.

FAQs

Last updated on 21 Sep 2016

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