# Azalea **Repository Path**: itthinker/Azalea ## Basic Information - **Project Name**: Azalea - **Description**: 聊天服务器 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2015-02-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Azalea #
linux windows coverity cmake
2.8
a chatting server # design # ![design](https://rawgithub.com/duguying/Azalea/master/docs/design.svg) # core # ![core](https://rawgithub.com/duguying/Azalea/master/docs/core.svg) # build # **linux** ```shell mkdir build cd build cmake .. make ``` **windows (MSVC 9+ build)** ```shell mkdir build cd build cmake -G"NMake Makefiles" .. nmake ``` # let's have a try # start Azalea server in 1st terminal > ```shell ./ichat ``` connect the server from the tcper in 2nd terminal > ```shell ./bin/tcper $lijun ``` open another connection in 3rd terminal > ```shell ./tcper $rex *lijun hello, this is a message send to lijun from rex ``` and then, the 2nd terminal will received the message `hello, this is a message send to lijun from rex`. :smile: