Example icon indicating copy to clipboard operation
Example copied to clipboard

Metarhia application example for Node.js 🟢

Results 48 Example issues
Sort by recently updated
recently updated
newest added

* Check DB connection status during startup otherwise we will get random `unhandledRejection` or `500` errors during API calls with errors like `Password authentication failed for user` with a long...

#118 - Add 12,14,16 NodeJS version - added postgresql with redis

Refs: #85 - Fix existing errors related to service worker - Add content version updates - Refactor service worker code Fixed errors: `worker.js:15 Uncaught (in promise) DOMException: Failed to execute...

Fixed subscribe timer, when page was reloaded. Add unsubscribe.

1. Eliminate render-blocking resources: 1.1 google fonts "/css?family=Share+Tech+Mono" transfer the fonts to the server or apply the system fonts 1.2 use preload for /console.css 2. Enable text compression. it would...

```javascript async () => { setInterval(() => { const stats = lib.resmon.getStatistics(); context.client.emit('example/resmon', stats); }, config.resmon.interval); return { subscribed: 'resmon' }; }; ``` In this case, if we reload page,...

#118 - Test 3 node.js versions - Test 3 redis versions - Postgres on lightweight alpine linux - Impress don't see Redis (I don't know how to fix this) -...

- See how to setup Github actions: https://github.com/metarhia/impress/pull/1361 - Add Postgresql service in CI: https://docs.github.com/en/actions/guides/creating-postgresql-service-containers - Support windows and macOS (desirable but not required)