-
-
Notifications
You must be signed in to change notification settings - Fork 255
poi with koa.js #384
Comments
tl;dr - poi is not related to backend, koa is backend poi is mean for quickly getting started with the front-end application. Basically building or bunding all your javascript, css and other resources. Koa.js is a backend framework that you would typically use to serve data through an API (REST or GraphQL) and perhaps handle user authorization, etc. For this there is no build steps involved. So really nothing for poi to do. They can live side by side in the same repo. E.g. you could have the index.js as the entry point for the poi build and then a server.js the entry point for your Koa backend. Eg. you could use this https://github.com/jeffijoe/koa-es7-boilerplate as your backend and then use poi to bulild your frontend. |
Yep, if you want to work with your backend API, you may use https://poi.js.org/#/home?id=proxy-api-request |
How could I use koa.js with poi?
The text was updated successfully, but these errors were encountered: