mirror of
https://github.com/originalmk/archat-server.git
synced 2025-01-18 08:19:17 +00:00
Create README.md
This commit is contained in:
parent
9c0e3e607f
commit
91b5b0c99f
16
README.md
Normal file
16
README.md
Normal file
@ -0,0 +1,16 @@
|
||||
# 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`.
|
Loading…
x
Reference in New Issue
Block a user