Serve bootstrap and monaco-editor static files locally #27

Open
opened 2025-09-12 18:53:02 +02:00 by tapiron · 1 comment
Contributor

Would be great to not rely on cloudflare CDN to use this app.

Would be great to not rely on cloudflare CDN to use this app.
jriou added the
enhancement
label 2025-09-13 19:19:24 +02:00
Owner

I thought about it and I decided to let the browser download those assets in the first release to keep it simple.

I'm okay with your suggestion. But beware of not bloating the server by adding multiple MB to the binary. We should find a way to download a specific version (configurable) of the assets currently hosted on Cloudflare, to include them compressed in the binary, then either serve them compressed if possible, or decompress before serving them statically.

I thought about it and I decided to let the browser download those assets in the first release to keep it simple. I'm okay with your suggestion. But beware of not bloating the server by adding multiple MB to the binary. We should find a way to download a specific version (configurable) of the assets currently hosted on Cloudflare, to include them compressed in the binary, then either serve them compressed if possible, or decompress before serving them statically.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jriou/coller#27
No description provided.