archat-server/README.md

18 lines
471 B
Markdown
Raw Normal View History

2024-04-17 14:40:14 +00:00
# 🔀 Archat
2024-04-29 00:09:52 +00:00
*It is not working application yet, work in progress!*
2024-04-17 14:39:41 +00:00
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`.