Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mchalapuk/browser-modules
CommonJS Modules/1.1.1 runtime implementation for modern web browsers
https://github.com/mchalapuk/browser-modules
Last synced: 25 days ago
JSON representation
CommonJS Modules/1.1.1 runtime implementation for modern web browsers
- Host: GitHub
- URL: https://github.com/mchalapuk/browser-modules
- Owner: mchalapuk
- Created: 2014-05-17T15:07:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T12:41:30.000Z (about 6 years ago)
- Last Synced: 2024-04-17T22:55:58.698Z (7 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> #### NOTE
>
> This is silly... Use [Browserify][0] or [Webpack][1].[0]: https://github.com/substack/node-browserify
[1]: https://github.com/webpack/webpackbrowser-modules
===============Implementation of [CommonJS Modules/1.1](http://wiki.commonjs.org/wiki/Modules/1.1)
standard-compliant module loader that runs in modern web browsers.Goal
----Project aims at enabling writing portable JavaScript code
that runs on server-side javascript platforms as well as in the browser.
CommonJS way of loading modules was chosen because it's secure, more
user-friendly than asynchronous loading schemes and already implemented
on many platforms (primarily [http://nodejs.org/](nodejs)).