You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User can require mcs-lite-app in their project, and customize api.
For example :
var mcsRestServer = require('mcs-lite-app').restserver;
mcsRestServer.get('/blabla', function(req, res, next){ ... });
mcsRestServer.init($wot, $rest, ... ) // for customize configs
mcsRestServer.start(8000, 'localhost');
The text was updated successfully, but these errors were encountered:
iamblue
changed the title
Design an interface for user to customize their api
Design an interface for user to customize their api on their project
Mar 27, 2017
User can require mcs-lite-app in their project, and customize api.
For example :
The text was updated successfully, but these errors were encountered: