GithubHelp home page GithubHelp logo

linyu-server's Introduction

林语

该代码仓库为 林语 服务端相关代码

客户端地址:https://github.com/DWHengr/linyu-client

简绍

林语是基于tauri开发的桌面聊天软件,前端框架使用react,后端框架使用springboot进行开发 。其中使用http和websocket实现消息发送和推送,使用webrtc实现音视频聊天。

目前功能

好友相关、朋友圈、音视频聊天、语音消息、文本消息、文件消息、图片消息、截图、等。

项目相关

java环境

开发使用的java版本为1.8,springboot版本为2.6.7

mysql安装

mysql使用的版本为8.0.37,执行项目下linyu.sql内容来初始化数据库。

minio安装

minio使用的版本为RELEASE.2024-05-10T01-41-38Z。需要再minio中新建filelinyu这两个桶。其中需要把linyu 这个桶需设置为永久免密下载,可以minio客户端进行设置。
mc config host add minio [http://127.0.0.1:9000(替换成对应的minio)] [minio(替换成对应的Access Key)] [minio123(替换成对应的Secret Key)] --api S3v4
mc policy set download minio/linyu
Access Key可以在minio页面进行设置。

redis安装

Redis使用的版本为5.0.14.1

配置修改

修改application.yml内,mysql、minio、redis相关地址。

项目截图

登录

1

聊天

2

好友

3

朋友圈

4

通知

5

系统设置

6

结语

admire

linyu-server's People

Contributors

dwhengr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.