romancitodev / realtime-kit-nextjs

Avoid boilerplate or writing from scratch a socket.io implementation. Just clone this repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚑ Realtime Kit

This is my official repo template for realtime kit using Next.js

πŸ’» Technology Stack:

socketio logo drizzle logo Turso logo socketio logo socketio logo typescript logo tailwindcss logo nextjs logo nextjs logo

❓ What's inside?

This monorepo includes the following packages/apps:

πŸ“¦ Apps and Packages

Each package/app is 100% TypeScript.

✨ Utilities

This monorepo has some additional tools already setup for you:

  • TypeScript for static type checking.
  • Biome for code linting and formatting.

πŸ’» Develop

To develop all apps and packages, run the following command:

Important

Before running the dev command, please visit the set up guide.

cd realtime-kit-nextjs
pnpm dev

πŸ”¨ Build

To build all apps and packages, run the following command:

cd realtime-kit-nextjs
pnpm build

About

Avoid boilerplate or writing from scratch a socket.io implementation. Just clone this repo.


Languages

Language:TypeScript 94.7%Language:CSS 4.6%Language:JavaScript 0.8%