Clear Filters
Clear Filters

Mean Js stack and Matlab

1 view (last 30 days)
ketima bu
ketima bu on 19 Mar 2017
Answered: Kojiro Saito on 23 Jun 2017
I am currently developing a website with mean js stack for fingerprint recognition , the implementation of the method of recognition is in Matlab so is there any way to link Matlab production server with mean js ?

Answers (1)

Kojiro Saito
Kojiro Saito on 23 Jun 2017
Since MATLAB Production Server has RESTful API, you can call HTTP POST from Mean JS Stack (from front-end of AngularJS or back-end of NodeJS).
This document will help you because it contains an example of JavaScript codes.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!