Separating @gland/http and creating an abstraction layer #97
m-mdy-m
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello friends,
We are planning to separate the
@gland/http
package from the maingland
repository and move it to a standalone repository. This change will allow us to create a fully abstract package (Abstract HTTP Layer) that can easily integrate with Express, Fastify, Koa and other frameworks.Main goal:
@gland/core
to be completely protocol-agnostic.The HTTP layer should be designed in a modular and independent way.
It should be possible to easily connect to different protocols such as HTTP, WebSocket, MQTT and ....
Do you have any ideas for the structure of this new module? What features would you suggest for better abstraction?
Beta Was this translation helpful? Give feedback.
All reactions