Replies: 1 comment
-
Thank you @prafullsalunke for trying us and the questions.
Module federation is an ability to build multiple builds out of same code base. It is currently not supported by it is trivial to build. What is the use case?
Yes.
No, we route based on file system path, support custom and dynamic urls.
We offer a single binary you can install anywhere. Creating a Dockerfile should be trivial: FROM node:18-alpine
RUN curl -fsSL https://fastn.com/install.sh | bash
CMD ["fastn", "serve"]
EXPOSE 8000 Not tested, but it should be this easy.
If you are generating static files using
It's just a binary that converts If you are talking about using our Do let me know if you have any follow up questions. |
Beta Was this translation helpful? Give feedback.
-
As discussed with @prafullsalunke taking down list of queries he had.
@prafullsalunke you can add more queries in this discussion.
Beta Was this translation helpful? Give feedback.
All reactions