__main__ΒΆ

This is the main entrypoint for the backlooper.app backend. It is started by running: python -m backlooper.

__main__ starts a websockets endpoint on the local machine for the frontend to connect to. The frontend and backend communicate by sending JSON messages back and forth. The implementation is based on asyncio. More documentation is provided in the underlying modules, such as audio and session.