Readme file

This commit is contained in:
2019-02-05 14:40:29 +03:00
parent 42fd3bfbbe
commit 01b6439ee6
2 changed files with 692 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# Simple multithreaded GoLang UDP server
Simple multithreaded GoLang UDP server.
The number of threads is determined by the number of CPU cores.
## Getting Started
>go build
>./goudpserver 127.0.0.1 10003
## Testing
>ncat -u 127.0.0.1 10003
## License
This project is licensed under the GNU GPLv3 License - see the [LICENSE](LICENSE) file for details.