.
+-- node_modules
| +-- *
+-- src
| +-- __test__
| +-- common
| +-- controllers
| +-- types
|
| +-- index.ts
the socket server entry point
application configurations and server instantiation
In this folder you can see:
- authorization.ts : Handle middleware for user/socket security checks
- socket.ts here we can register all our controller here and our socket server listerners
- We have app.ts, server.ts and config.ts for the express server and the configurations
Application controllers/socket listeners an managers.
Folder for application unit test. to test :
npm test