mia.js - Middleware API framework


Keywords
api, mobile, middleware, framework
License
MIT
Install
npm install mia-js-core@2.9.13

Documentation

mia-js-core

mia.js - Middleware API framework - Core module

mia.js is an API framework based on node.js, Express and mongoDB that makes it easy to build custom or enterprise-grade apis and web frontends. Focus of mia.js is to work as middleware backend for mobile apps to have all your communication in one place and avoid overloading your mobile apps. Passthrough, aggregate or modify other external apis or create your own ones in mia.js and provide them bundled as your project api. Use multiple project folders to keep track of all your apis and connect them by loose coupling of ids. Mia.js provides predefined functionality like user management, device profile management, session handling, authorization layers or notification handlers (push, email). There is also an iOS and Android SDK available to work with mia.js.

You can use it to serve isomorphic frontend apps too. Thanks to webpack you can even use hot module replacement right in the server which will speed up your development pace.

This is a core module of mia.js. See docs of mia.js project.