Computer Networking course project, a messenger over TCP/UDP sockets
Go to file
Yupeng Chen cb160acb1d
Merge pull request #5 from cyp0633/dependabot/npm_and_yarn/frontend/json5-2.2.3
Bump json5 from 2.2.1 to 2.2.3 in /frontend
2023-08-03 20:15:48 +08:00
.vscode Initial commit 2022-11-21 22:53:53 +08:00
build Add gitignore 2022-11-22 08:58:14 +08:00
frontend Bump json5 from 2.2.1 to 2.2.3 in /frontend 2023-08-03 04:04:03 +00:00
internal Disable routinely pull user 2022-11-27 00:33:11 +08:00
scripts Initial commit 2022-11-21 22:53:53 +08:00
.gitignore Add gitignore 2022-11-22 08:58:14 +08:00
README.md Add custom README 2022-11-21 23:01:45 +08:00
app.go Set server and fetch client occassionally 2022-11-26 22:17:05 +08:00
go.mod Bump golang.org/x/net from 0.2.0 to 0.7.0 2023-02-18 03:23:44 +00:00
go.sum Bump golang.org/x/net from 0.2.0 to 0.7.0 2023-02-18 03:23:44 +00:00
main.go Clean fake users and conversation 2022-11-27 00:35:27 +08:00
wails.json Initial commit 2022-11-21 22:53:53 +08:00

README.md

Socket Chatroom

计算机网络课程项目,使用 TCP/UDP Socket 实现局域网聊天。

主要使用 Vue、TypeScript正宗的面向对象编程语言、Golang。

Special thanks to

以及其他开源项目(待完善)。