🔀 Simple P2P chat server (for initiating connections)
Go to file
2024-04-29 02:08:03 +02:00
client Working on initating connections 2024-04-29 02:02:51 +02:00
common Working on initating connections 2024-04-29 02:02:51 +02:00
server Working on initating connections 2024-04-29 02:02:51 +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 Update README.md 2024-04-17 16:40:14 +02:00

🔀 Archat

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.