jamjs icon
jamjs icon

jamjs

For front-end developers who ask maintainable assets, Jam is a package manager for JavaScript. Unlike other repositories, JamJS puts the browser first.

Cost / License

  • Free
  • Open Source

Application type

Alerts

  • Discontinued

Platforms

  • Mac
  • Windows
  • Linux
  • JavaScript
Discontinued

This project is no longer active and not recommended for use.

-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Package Manager

 Tags

jamjs News & Activities

Highlights All activities

Recent activities

  • JSR icon
    POX added jamjs as alternative to JSR
Show all activities

jamjs information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    9 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentOS & Utilities

Popular alternatives

View all
jamjs was added to AlternativeTo by erstdyui on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is jamjs?

Jam is a browser-first package manager for JavaScript.

Manage dependencies

Using a stack of script tags isn't the most maintainable way of managing dependencies, with Jam packages and loaders like RequireJS you get automatic dependency resolution. Fast and modular

Achieve faster load times with asynchronous loading and the ability to optimize downloads. JavaScript modules and packages provide properly namespaced and more modular code. Use with existing stack

Jam manages only your front-end assets, the rest of your app can be written in your favourite language or framework. Node.js tools can use the repository directly with the Jam API. Custom builds

No more configuring custom builds of popular libraries. Now, every build can be optimized automatically depending on the parts you use, and additional components can always be loaded later. Focus on size

Installing multiple versions works great on the server, but client-side we don't want five versions of jQuery! Jam can use powerful dependency resolution to find a working set of packages using only a single version of each. 100% browser

Every package you see here will work in the browser and play nicely with module loaders like RequireJS. We're not hijacking an existing repository, we're creating a 100% browser-focused community !