/JET-NodeJS-Server

NodeJS server Rewrite to uphold scalability and object oriented server with ability to switch Server framework as it fits - Default Fastify

Primary LanguageJavaScriptMIT LicenseMIT

JET-NodeJS-Server

Notes:

The entry point is index.js.

In Fastify.js:

  • server is initialized,
  • websocket is initialized,
  • decorators are initialized,
  • routes are initialized

Test are located in ./Source/Tests/. Test dependencie is TAP. To run tests, simply type npm test. (CTRL + C at the end of the test to exit TAP input)

More info:

  • core folder hold utils,
  • modules are classes called in routes handler,