New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

cheese

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheese

A flexible, reactive, data-on-the-wire web framework

Source
npmnpm
Version
0.6.62
Version published
Maintainers
1
Created
Source

Cheese

Cheese is a minimalistic and flexible javascript web framework that lets you build reactive apps with the libraries you want. This means you don't have to worry about client-server communication, you don't have to worry about updating the DOM, you don't have to worry about a database server, you get lots of flexibility and a high degree of customization, and your app is extremely portable because it runs wherever you have node. When you use Cheese, all you need to worry about is your app.

As of now, Cheese is pretty beta-ish, and is evolving quickly. It may not be completely stable yet, so use it at your own risk.

Installation

Get node if you don't have it. Then do the following:

$ npm install -g cheese

Running tests

Clone the repository, cd into it and do the following:

$ npm install # to install devDependencies
$ npm test

To run the client-side tests, do this:

$ cd test/client
$ run

And then visit http://localhost:3000/.

Documentation

The wiki.

License

MIT License. See ./LICENSE for details.

Contributing

Cheese is open-source and contributions are welcome. Just make sure that you fork and send a pull request to the develop branch, since this is where all development happens (the master branch is the latest stable version).

Keywords

framework

FAQs

Package last updated on 24 Oct 2014

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