@anbcodes/asyncwstexting

A example use of AsyncWS as a texting app

Usage no npm install needed!

<script type="module">
  import anbcodesAsyncwstexting from 'https://cdn.skypack.dev/@anbcodes/asyncwstexting';
</script>

README

AsyncWS Texting Example App

A example use of AsyncWS as a texting app

Usage

To use this app you must run the server and the client

  • Install all the required dependencies by running npm install
  • Start the server with the command npm run server
  • Start the client webpage with the command npm run client

To send a message navigate in your web browser to localhost:8080 and enter your message. You have to click refresh to see the newest messages from other clients.