Files
GoUDPServer/README.md
Dmitry Sovetin 287aab11d2 Update README.md
2019-02-18 12:32:45 +03:00

774 B

Simple multithreaded GoLang UDP server

Languages Code Size License

Simple multithreaded GoLang UDP server.
The number of threads is determined by the number of CPU cores.

Getting Started

go build

./goudpserver -ip=0.0.0.0 -port=10003

Testing

ncat -u 127.0.0.1 10003

License

GPLv3
This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.