/SimpleChatServer

Establishes a basic chat server in Node.js using the 'net' module. This server is designed to handle client connections and facilitate communication over a TCP connection. It listens on port 8080 and displays a "server is listening" message upon initialization.

Primary LanguageJavaScript

No issues in this repository yet.