diff --git a/readme b/readme index c08787a..27f90b4 100644 --- a/readme +++ b/readme @@ -1,13 +1,18 @@ # NetEx -Small server & client project. +Small server & client project for linux. # Contains - [x] Unix sockets -- [-] Multithreading (pthreads) +- [ ] Multithreading (pthreads) - [ ] Configuration (JSON format) - [ ] Secure connection (OpenSSL) - [ ] Encryption (OpenSSL) +# Build +- CMake +- Ninja +- Make + # Dependencies - JSON-C -- OpenSSL \ No newline at end of file +- OpenSSL