简体   繁体   中英

Creating Express front end for node js backend API

I'm developing a platform which has school management I have already created every API in node js, Express and mongodb but now I don't know how should I make a front end in express coz when I was making stack app I'm using server side redering but in this case I have to use APIs and there is 5-6 API for every page how should I can securly do it in express front end coz lake of time I cant learn React or Angular right now. Please help

Use templating engine like ejs. If you do not want to use frontend framework by this way you can use vanilla html and javascript to build application and have more control rather than consuming apis using jquery.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM