Function startServer

  • Starts a caching server using a REST based API without authentication.

    Example

    import { startServer } from "@egomobile/cache"; startServer();
    

    Returns Promise<void>

Generated using TypeDoc