simple-chat-room

A simple chat room created with Node's net module

Usage no npm install needed!

<script type="module">
  import simpleChatRoom from 'https://cdn.skypack.dev/simple-chat-room';
</script>

README

Simple Chat Room

A simple chat room created with Node's net module

Run node server.js to start the chat Server

Use telnet or nc to connect to the chat server running at port 3000.

edit the server.js to change the port if 8080 is already busy.