Hosonto server and API part
🏠 Homepage
npm install hosonto-server
const {HosontoServer} = require("hosonto-server")
app = express()
let server = new HosontoServer(app, myConnectorInstance, configuration)
- myConnectorInstance is the database connector instance you pass for data access requirements the mongoose connector instance creation can be copied from
- configuration is the relevant configuration options using nconf a sample can be copied from
- HosontoServer: The main class to create the server, adding hosonto Event execution and Automation api's
- MongoDBConnector: The main mongoDB adapter
- MongoAccessHelper: The security and access controller for mongoDB
👤 Hosonto MS
- Twitter: @hosontoMS
- Github: @hosontoMS
Give a ⭐️ if this project helped you!