Good day. I am currently working on a client-server application. There will be a transfer of data from the server to the client and back. And to write the server itself with the design, functionality and t / d is quite long and difficult. I decided to turn to ready-made solutions of so-called MBaaS systems. In general, the question: which system is better to consider? Maybe someone has worked with similar, tell me which is the most flexible, so that you can change to fit your needs. Thank you in advance.
1 answer
Consider the system with which you worked and have experience. If there is no experience, I recommend using nodejs on the server.
Options for ready-made client-server applications:
- https://github.com/tabalinas/jsgrid-express
- https://github.com/kacole2/express-node-mongo-skeleton : a simple CRUD + REST skeleton for Express + Node + Mongo
https://github.com/SUDIP2222/Nodejs-Mongodb-CRUD : crud & search using node js, mongodb, express, swig
https://github.com/garrylachman/ElectroCRUD : application on electron (allows using html, css, javascript to do cross-platform applications)
|