This is a simple ChatApp with socket.io and typescript.
Preview the example live on Vercel:
Deploy the example using Vercel:
Execute npm install
with npm or Yarn to bootstrap the example:
npm install
# or
yarn
Deploy it to the cloud with Vercel (Documentation).