Skip to content

sluucke/nextjs-chat-app

Repository files navigation

Next.js + Socket.io + Tailwind + Typescript

This is a simple ChatApp with socket.io and typescript.

Preview

Preview the example live on Vercel:

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use it?

Execute npm install with npm or Yarn to bootstrap the example:

npm install
# or
yarn

Deploy it to the cloud with Vercel (Documentation).