🔀 Simple P2P chat server (for initiating connections)
Go to file
2024-04-29 13:46:26 +02: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 Working on initating connections 2024-04-29 02:02:51 +02:00
go.sum Refactored and added errgroup to handle goroutines errors 2024-03-29 16:53:10 +01: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.