socket.io-chat-fargate icon indicating copy to clipboard operation
socket.io-chat-fargate copied to clipboard

A demo application showing how to deploy a scalable realtime chat application powered by Socket.io, Node.js, Docker, and AWS Fargate. Includes full text search powered by OpenSearch Serverless

Results 9 socket.io-chat-fargate issues
Sort by recently updated
recently updated
newest added

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

In your code... the number of users conected on the socket, are calculated based in users connect on socket connection... this is correct ? Please tell me if i am...

[Container] 2018/10/04 03:00:19 Phase complete: PRE_BUILD Success: true [Container] 2018/10/04 03:00:19 Phase context status code: Message: [Container] 2018/10/04 03:00:19 Entering phase BUILD [Container] 2018/10/04 03:00:19 Running command docker build --tag...

To address Issue #6 in services/client/server.js: ``` var io = require('socket.io')(server, { pingInterval: config.HEARTBEAT_INTERVAL, pingTimeout: config.HEARTBEAT_TIMEOUT }); ```

https://github.com/socketio/engine.io#methods-1

Hi, Thanks for the great blog and code. I would like to replace Socket.io with a uWebSockets server and wanted pointers on how to go about handling the Redis part...

That redis url is not working. I change it for `redis` that is the name of the service and it works in my local.

- Fixes problem with outdated config for dynamodb-local : ERROR: "Unsupported major.minor version 52.0" - Adds a rebuild method to clear cache for all containers - Adds ignore for local...