8000 GitHub - ariesfun/IMServer: 一个简易的即时通讯系统
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ariesfun/IMServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IMServer 简易的即时通讯系统

服务器环境配置

Linux 服务器环境:Ubuntu 20.04

程序依赖的环境:libeventlibjsoncpp

# 如果没有以上软件环境,需要先安装
sudo apt update
sudo apt-get install libevent-dev
sudo apt-get install libjsoncpp-dev

# 验证环境是否已经安装
dpkg -l | grep libevent 
dpkg -l | grep libjsoncpp

运行服务器

mkdir build
cd build && cmake .. && make
./main

客户端运行示例

image-20231020090414569

image-20231020090331453

image-20231020090503273

About

一个简易的即时通讯系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0