Files
2026-08-30 15:25:31 +02:00

24 lines
1.1 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
! /index.js
? The central API interface and orchestration layer for external requests.
= LupiNex Connect API Roadmap:
^ Database-Worker-Factory:
DONE: The Database-Worker-Factory (/database/index.js) [30.08.2026] || The database documentation and usage can be found here.
DONE: The Database-Pool (Connection) Manager (/database/pools.js) [30.08.2026]
DONE: The MariaDB-"Commands"-Library (/database/commands.js) [30.08.2026]
^ WebSocket and Express Server:
DONE: The Express-WebSocket-Loader-Module (/server/index.js) [30.08.2026] || The server documentation and usage can be found here.
DONE: Autoloader for express routes (/server/routers.js) [30.08.2026]
DONE: Autoloader for socket.io actions (/server/actions.js) [30.08.2026]
TODO: Create a few actions for socket.io (/actions)
TODO: Create a few routers for express (/routers)
^ Validation-Middlewares:
TODO:
*/
// % imports
import 'dotenv/config'; // import the dotenv config
import server from './server/index.js'; // import the server structures (express, socket.io) // always at the end