mirror of
https://github.com/originalmk/archat-server.git
synced 2024-11-20 09:38:50 +00:00
19 lines
472 B
Markdown
19 lines
472 B
Markdown
# 🔀 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`.
|