🔀 Simple P2P chat server (for initiating connections)
Go to file
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>
2024-04-29 11:49:02 +00:00
client Finished implementation for B, C, D stages of initiation 2024-04-29 13:46:26 +02:00
common Finished implementation for B, C, D stages of initiation 2024-04-29 13:46:26 +02:00
server Finished implementation for B, C, D stages of initiation 2024-04-29 13:46:26 +02:00
.gitignore Enabled two-way communication between client and server 2024-03-29 15:05:42 +01:00
go.mod Bump golang.org/x/net from 0.21.0 to 0.23.0 2024-04-29 11:49:02 +00:00
go.sum Bump golang.org/x/net from 0.21.0 to 0.23.0 2024-04-29 11:49:02 +00:00
main.go Working on initating connections 2024-04-29 02:02:51 +02:00
README.md Finished implementation for B, C, D stages of initiation 2024-04-29 13:46:26 +02:00

🔀 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.