From 1202805084a1ccd3d455d91a965690d1c5c4e692 Mon Sep 17 00:00:00 2001 From: Wes Todd Date: Mon, 6 Jan 2020 13:00:20 -0800 Subject: [PATCH] docs: expanded description of team and goals --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 835549f..00ad5d6 100644 --- a/README.md +++ b/README.md @@ -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