Khadim Fall

Results 18 issues of Khadim Fall

Adds Lichess Authentication with their newly done API with PKCE. https://lichess.org/api

Allows communicating in different channels over one socket. Supports params in channel names like `chat/:streamID`. ![Bildschirmfoto 2022-08-04 um 16 00 50](https://user-images.githubusercontent.com/17506411/182866613-1401e116-3f68-41f5-9d67-4a5ab62878bd.png)

**Is your feature request related to a problem? Please describe.** Currently we have to add a new Websocket endpoint for every websocket feature we want to use **Describe the solution...

enhancement

Splitted the heatmap implementation into two parts: - Logging algorithm to track where people seek to - Visuals to display the heatmap This Pullrequest only contain the visuals to display...

Fixing the `serve`-Package version to `[email protected]`. This fixes the issue of the install script which caused pm2 to throw a `Error [ERR_REQUIRE_ESM]: Must use import to load ES Module` error.

I use the package `serve` which is a es-module since version `14.x`. I ran into the problem that PM2 thinks the package is not a es-module package even-tough it is....

### Description I ran into the problem that PM2 thinks the package is not a es-module package even-tough it is. So I am getting Error [ERR_REQUIRE_ESM]: Must use import to...

Pushing viewer stats into the influxdb instead of mysql. To test: - setup a local influxdb - retrieve api token from web interface (Load Data > API Token) - add...

Adds a connector for gorilla websocket. To get rid of melody.