v2.0.0 will introduce the HTTP adaptor (uwsPlatformAdapter) for uWestJS but the thing is that everything will be tightly coupled to NestJS only and wouldn't be able to use the HTTP wrappers standalone.
This project/repo will be transferred under @FOSSFORGE soon once v2.0.0 is out.
Potential Ideas I have right now:
- Extend this one to Monorepo with Packages (example:
@uwestjs/core, @uwestjs/nestjs)
- Make separate Repos like
uws-core, uws-nestjs, uws-websocket
Though I'm leaning towards making this one a Monorepo (which seems to be most optimal to increase re-usability and make it more platform agnostic)
Current architecture is domain-driven too which has distinct concerns for everything.
v2.0.0 will introduce the HTTP adaptor (
uwsPlatformAdapter) for uWestJS but the thing is that everything will be tightly coupled to NestJS only and wouldn't be able to use the HTTP wrappers standalone.Potential Ideas I have right now:
@uwestjs/core,@uwestjs/nestjs)uws-core,uws-nestjs,uws-websocketThough I'm leaning towards making this one a Monorepo (which seems to be most optimal to increase re-usability and make it more platform agnostic)
Current architecture is domain-driven too which has distinct concerns for everything.