Skip to content

Move away from third party libraries to reduce the bundle size of server #14

Description

@sudharsan-selvaraj

Packages that can be removed:

  1. Json serializer -> not needed. We can directly port the serialization in model files.
  2. shelf(http server) -> Evaluate if we can use native dart http module to handle api requests. Feature we need to implement are body parsing, path param extraction, response manipulation.
  3. Quiver.- Lru Cache from quiver is used for storing found elements.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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