# go-engine.io **Repository Path**: websocket2024/go-engine.io ## Basic Information - **Project Name**: go-engine.io - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-26 - **Last Updated**: 2024-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-engine.io The development for this project as moved into: https://github.com/googollee/go-socket.io Pull requests to the master branch will not be accepted (except for fixing vulnerabilities). To migrate simply update your imports from: ```go import "github.com/googollee/go-engine.io" ``` To: ```go import "github.com/googollee/go-socket.io/engineio" ``` ## License The 3-clause BSD License - see LICENSE for more details