
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
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.
Get node if you don't have it. Then do the following:
$ npm install -g cheese
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/.
The wiki.
MIT License. See ./LICENSE for details.
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).
FAQs
express middleware that serves a browserified script
We found that cheese demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.