-
Notifications
You must be signed in to change notification settings - Fork 0
Backend
Ian Mora edited this page Jul 21, 2021
·
2 revisions
This Frameworks and languages are the core of the project, please read the documentation for each framework on their own site.
- Node Js, for Server runtime.
- Express Js, for server Framework.
- MySQL, for Database
- EJS, for rendering templates to HTML
- Express Session, to manage Sessions on server.
- JWT (JSON Web Token), to manage authentification on server and database.
- Socket.io, for socket managment
- Multer and UUID for files managment and Unique Ids
- Cheerio, for Scrapping Web
- MySQL Node, for connections to Database
- NodeMailer, for sending Emails