Skip to content

GDPU-JEE-Group/atomic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atomic 高性能服务器

欢迎使用 Atomic 高性能服务器!本项目旨在提供一个高效稳定的服务器解决方案,适用于各种应用场景。

编译和安装

  1. 获取源代码

    git clone https://github.com/GDPU-JEE-Group/atomic.git
    cd atomic
  2. 编译

    ./build.sh

使用指南

  1. 打包

    在编译完成后,您可以打包成一个便于分发的压缩包:

    tar cvf atomic-amd64-linux.tar atomic-amd64-linux

    目录结构如下:

    atomic-amd64-linux
    |-- README.md
    |-- app_config.toml
    |-- client
    `-- server
    
  2. 配置

    根据您的需求,编辑 app_config.toml 配置文件。

  3. 启动服务端

    运行服务器端程序:

    ./server -c app_config.toml的路径
  4. 运行客户端

    启动客户端以连接到服务器:

    ./client -c app_config.toml的路径

TODO

请查看项目根目录的 TODO.md 文件,了解即将完成的功能和待解决的问题。

如有任何问题或建议,请随时提交 Issue 或联系我们的团队。谢谢!


这是一个初步设计的README模板,您可以根据项目的具体特点和功能进一步自定义和完善。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors