-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jshttp.github.io and pillarjs.github.io #2
Comments
we make so much stuff, it cannot even fit in a single org :) haha, but the reason reason is just to make the list of modules more manageable for us and users can browse the orgs. jshttp org contains stuff that is too low-level for people to actually use. they are the http-related utility things. pillarjs, on the other hand, is for the more end-user items like routers and the like. soon there will be enough modules in pillarjs to build your own express. that's basically the level pillarjs is, while jshttp is the "boring" things :) |
I just wondered, because the description was the same for both orgs: Low-Level JavaScript HTTP-related Modules |
oh, haha. looks like the badgeboard page (https://pillarjs.github.io/) is using the jshttp header :) ping @jonathanong |
Yeah I've been just commenting out the header on other orgs. Will do it for pillar when I remember unless someone adds a logo |
@jonathanong , you can pull & push stuff from repo-utils/badgeboard now, it should display org name instead of logo |
Urge a clear public explanation for this issue: "what is Pillarjs?" "what is Jshttp?"...Something like Doug said: "jshttp org contains stuff that is too low-level for people to actually use. they are the http-related utility things. pillarjs, on the other hand, is for the more end-user items like routers and the like. soon there will be enough modules in pillarjs to build your own express. that's basically the level pillarjs is, while jshttp is the "boring" things". A simple paragraph in respective main pages could be enough Another question is what is Expressjs's github's role on this. |
expressjs is for "official" express-like (node.js) middleware |
Yes...but...how long? I mean...is there the "official" purpose of replacing it with pillarjs/jshttp in a near future? |
Nope. Expressjs will remain as it has been for the foreseeable future. |
Oops, this issue should be closed, since it was a bug with the website (that has since been fixed), so don't mind me closing this issue. As for @q2dg , I just created a tacking ticket to add a feature to be able to add some kind of blurb/description to the badgeboard site at repo-utils#29
This contains stuff that is low-level, and most end-users won't be using them directly (they are for those who write servers directing using the code
Is for the more end-user items like routers and the like. Soon there will be enough modules in pillarjs to build your own express (and, express will only contain dependencies on these modules).
This is the organization for express (missing |
Thanks a lot, @dougwilson!! Now all it's clear!: bare http-->jshttp-->pillarjs( which can recreate express itself)-->middleware expressjs |
why there are two orgs?
The text was updated successfully, but these errors were encountered: