Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 424 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 424 Bytes

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,