Skip to content

how to use Content-Encoding:gzip #11

@jackieli123723

Description

@jackieli123723

how to use Content-Encoding:gzip such as

const serverFactory = require('spa-server');
const port = process.env.PORT || 7200
const server = serverFactory.create({
  path: './dist',
  port: port,
  fallback: '/index.html'
});

//gzip css js img ???
server.start(); 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions