mirror of
https://github.com/originalmk/archat-server.git
synced 2025-01-18 08:19:17 +00:00
dependabot[bot]
5adc668e3c
Bump golang.org/x/net from 0.21.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
🔀 Archat
It is not working application yet, work in progress!
Simple P2P server (and client - for testing purposes only, client for end user will be written in NodeJS using Electron, soon).
Starting
You can use these commands to start client and/or server:
go run . client
Note that server should be started before running client.
go run . server
For now, address of server is hardcoded in client, and server starts on localhost:8080
.
Description
Languages
Go
99.1%
Dockerfile
0.9%