Skip to content

docs: expanded description of team and goals #5

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

Merged
merged 1 commit into from
Jan 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,28 @@

## Purpose

This team is focused around how the core http(1/2/3) and other related apis fit the needs of the web frameworks (express, fastify, restify, hapi, koa etc). It also gives the maintainers a forum to discuss and collaborate on issues which span the projects.
The Web-Server Frameworks Team is a place for Node.js framework authors and users to collaborate on the
future direction and feature set of the frameworks and related Node.js core APIs. The main goal of the
team is to improve collaboration across the ecosystem and foster a better dialog between all parties involved.

### What are Web-Server Frameworks

A web-server framework is a tool/library/package which offers a higher level abstraction for how users interact
with over the wire protocols (ex. http1/2/3 or WebSockets).

### Goals

Topics which this team discussed or challenges this team decides to take on should fall under one of the goals of the team:

- Improve Node.js core api support for frameworks
- Improve collaboration among framework authors
- Provide support for framework when security and bugs arise

Things which should not be done in this repo:

- Framework wars
- Promotion of specific tools/resource/etc. without a clear topic for collaboration/discussion
- Putting down projects, authors or solutions to a problem

## Web-Server Frameworks Team Members

Expand Down