forked from loopbackio/loopback-next
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: socketio extension improvements (#1)
- add files of websocket extension implementation - bind key for request listener used to create httpserver - bind SocketIO instance and created namespaces - add providers ot handler sequence of event handle - preparing socket controller factory for test - add booter to autoload controller - preparation context connection moved into websocket controller factory - add decorator for injection of io server as param - separate httpOptions of serverOptions in the applications options - add socketio controller booter - test(socketio): add unit test from webscoket extension - move application and controllers into acceptance tests to fixture dir - add acceptance tests for events - remove unnecessaries packages - add constant SocketIOBinding.CONTROLLERS_NAMASPACE - license update - update MONOREPO and CODEOWNERS - remove websocket extension - update imports and options Signed-off-by: Alexander Rondón <[email protected]> Signed-off-by: mayank <[email protected]>
- Loading branch information
1 parent
661303c
commit 3fe2609
Showing
47 changed files
with
6,759 additions
and
467 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.