Dmitry Sovetin a4a36abc9f Version
2022-04-16 09:27:01 +03:00
2019-10-16 09:43:52 +03:00
2022-03-18 08:02:31 +03:00
2019-02-05 14:40:29 +03:00
2022-04-16 09:27:01 +03:00
2019-10-09 14:42:26 +03:00

Simple multithreaded GoLang UDP server

Languages Code Size License Go Report Card

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

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

Description
Simple multithreaded GoLang UDP server...
Readme 302 KiB
Languages
Go 100%