babl-ws / babl

Low-latency WebSocket Server
https://babl.ws
Apache License 2.0
68 stars 22 forks source link

Configuring The Application class #135

Closed johnboy14 closed 11 months ago

johnboy14 commented 11 months ago

How do I configure my application class on startup? Right now I can it on the classpath but I'd like to put it somewhere else and pass a file location in on startup.

epickrram commented 11 months ago

Hi @johnboy14 see the docs. You can supply an Application instance when launching the server.

johnboy14 commented 11 months ago

Thanks.