esm topic

List esm repositories

differential-serving

99
Stars
3
Forks
Watchers

Differential serving exploration

esm-to-cjs

43
Stars
5
Forks
Watchers

Transform ESM to Common JS for present NodeJS, without any junk wrappers or useless renaming

reboost

60
Stars
3
Forks
Watchers

A super fast dev server for rapid web development

kitsu

264
Stars
42
Forks
Watchers

🦊 A simple, lightweight & framework agnostic JSON:API client

cjstoesm

378
Stars
16
Forks
Watchers

A tool that can transform CommonJS to ESM

aleph.js

5.3k
Stars
170
Forks
Watchers

The Full-stack Framework in Deno.

tinyhttp

2.6k
Stars
121
Forks
Watchers

🦄 0-legacy, tiny & fast web framework as a replacement of Express

graphql-upload

1.4k
Stars
133
Forks
Watchers

Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.

webpack

64.2k
Stars
8.7k
Forks
1.5k
Watchers

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AM...