@anbcodes/asyncwstexting
v0.0.2
Published
A example use of [AsyncWS](https://github.com/anbcodes/asyncws) as a texting app
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.
