-
`const express = require('express');
const http = require('http');
const ws = require('express-ws');
const app = express();
const server = http.createServer(app);
const wss = ws(app, server);
…
-
currently I don't call `done` to leave the `express` server running. Using `grunt-contrib-watch` causes errors like `EADDRINUSE, Address already in use`.
[grunt-express](https://github.com/blai/grunt…
-
### New Feature / Enhancement Checklist
- [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md).
- [x] I am not just asking a [questi…
-
### Context
While setting up the frontend with Remix for #18 , we discovered that further tasks would need to be done to setup the backend using our own Express server using the quick start guide's [B…
-
### 📑 I have found these related issues/pull requests
none
### 🛡️ Security Policy
- [X] I agree to have read this project [Security Policy](https://github.com/louislam/uptime-kuma/security/po…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: darwin
Arch: arm6…
-
* *Azure Cosmos DB*: https://github.com/Azure/azure-cosmos-db-emulator-docker
* *SQL Server Linux*: https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-configure-docker?view=sql-server-ver15
…
-
### Description
- one server for all packages vs one server per package (dashboard, app-development, resource-adm, etc)?
- which frameworks to use (express/fastify, next.js/remix, ...)?
- what to…
mlqn updated
7 months ago
-
### Description
I'm trying to create an environment to use fluentbit to forawrd logs to an HTTP and a TCP service.
I have been able to do this in Docker but it seems that there is a bug in container…
-
Currently, dashboard configuration is handled by setting specific environment variables in client-side code.
This approach is not scalable and implies a bunch of issues that can be easy to fix with…