B4J Question B4J as a rest API & web-socket server

avacondios

Active Member
Licensed User
Longtime User
Dear Erel and programmers,

I am in the design of a new project and I will need your opinion about the B4J capabilities.

I will have a front-end on html5 and angular.js and I am looking, if it is possible to use the B4J as a back-end server, to response as rest API server and web-socket server. As a database, I will have an Oracle 11g.

I will have around 10K-20K simultaneously client calls and I am looking also a solution, how to distribute the client calls with one B4J server. As an option, to use a load balancer and to have a multiple B4J executables.

Your opinion is high appreciated......
 
Last edited:
Top