Using node as api and static

52 views Asked by At

I'm extremely new to web development. I've bought a domain name (let say 'domain.com' and what I want is to have two links: one 'api.domain.com' with MySql database and Node server for API; and second is: 'domain.com' with some client-side app which will call to 'api.domain.com' for data. Same for native mobile apps which will call 'api.domain.com'. What NodeJS frameworks will you suggest to best serve this needs. And how are those "domain tricks" called, so I can read about how to organise it.

1

There are 1 answers

0
Gireesh Punathil On
  • For bare web framework and middleware abstraction, please see express

  • For Extensive API development and integration, please see loopback

  • For enterprise features to manage your deployments, please see strongloop