JavaScript Modules¶
Development¶
- JavaScript Compiler Babel
- Linting eslint
- Hot Reloading with nodemon
- Test Framework mocha with Chai assertions
- Code coverage started through nyc CLI calling istanbul
Reporting¶
Utils¶
Security¶
- CASL - Authorization library
Local System¶
- Execa - optimized working with child processes
Networking¶
Database¶
Server¶
- ExpressJS webserver
- Feathers REST and realtime API with Authentication Profiler feathers-mongoose as model helper
Client¶
- FeathersJS Client for server connection
Web frameworks¶
- Quasar Framework which works with the Vue.js library
- Vuex for state management
- feathers-vuex to connect state to server
- Vuelidate for validation
- vue-i18n for app translations