# WebSocketServer **Repository Path**: brightmind/WebSocketServer ## Basic Information - **Project Name**: WebSocketServer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-22 - **Last Updated**: 2022-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebSocketServer A light and high performance WebSocket Server. **Compile** On Windows, use Visual Studio 2019 to open `WebSocketServer.sln` and then compile it. On Linux, use this following instructions to compile: ``` cd WebSocketServer/ cmake . make ``` **Test Server** Use a websocket tool to connect `ws://101.37.25.166:9988`, then send message. If you are interested in High Performance Server Developing, welcome join in QQ Group: `578019391`. 这是一个轻量级高性能 WebSocket 服务。 **编译方法** Windows 系统使用 Visual Studio 2019 打开 `WebSocketServer.sln` 文件编译即可。 Linux 下使用如下步骤编译: ``` cd WebSocketServer/ cmake . make ``` **测试服务器** 你可以使用任意 websocket 工具去连接地址 `ws://101.37.25.166:9988` 然后给它发消息即可。 如果你对高性能服务器开发感兴趣,欢迎加入微信交流群,微信:easy_coder。