Dhadve Yashyashdhadve.hashnode.devยทJun 4, 2024How to make TCP server in Odin langBasic tcp server package main import "core:fmt" import "core:net" import "core:strings" import "core:bytes" main :: proc (){ // setting up socket for our server listen_socket, listen_err := net.listen_tcp(net.Endpoint{ port = 8000, ...204 readsodinlangAdd a thoughtful commentNo comments yetBe the first to start the conversation.