# aws-beanstalk-nodejs-websocketsproxy **Repository Path**: mirrors_barchart/aws-beanstalk-nodejs-websocketsproxy ## Basic Information - **Project Name**: aws-beanstalk-nodejs-websocketsproxy - **Description**: node.js implementation of a Websockets proxy to TCP server for AWS Elastic Beanstalk - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aws-beanstalk-nodejs-websocketsproxy node.js implementation of a Websockets proxy to TCP server for AWS Elastic Beanstalk This is a super-simple app that uses node.js as a WebSockets to TCP proxy. In the settings.js, specify the URL and the target server / port, and all packets inbound get sent to the TCP server, all packets from the TCP server get sent to the client, and disconnect / error events are forwarded.