Skip to content

CDN vs Local Hosting of Static JS/CSS Libraries  #32

Description

@manistal

Need to decide whether to use a CDN (Content Delivery Network/remote hosting) for JS and CSS Libraries like, JQuery, Bootstrap, Bokeh.

Pros:
- Decreased latency, remote sites download to the client in parallel
- Not stuffing other people's code into our repo

Cons:
- Can't work in offline mode (this seems big)

Should probably do neither and use a package manager in the install script so they're not stored locally and can be used in offline mode after the install. #PacakgeManagers

Metadata

Metadata

Assignees

No one assigned

    Labels

    jsIssues that refer to the JavaScript or Charts code

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions