Skip to content

A simple chat using Socket.io and Next.js, written in pure TypeScript

Notifications You must be signed in to change notification settings

arch-inc/nextjs-socketio-chat-example

Repository files navigation

nextjs-socketio-chat-example

A simple chat using Socket.io and Next.js, written in pure TypeScript.

Overview

Demo site: https://nextjs-socketio-chat-example.herokuapp.com/

  • components/: React components
  • pages/: Next.js pages
  • server/: Socket.io-related server-side code
  • shared/: type definitions shared between server and client

Development

Install

npm install

Start server

npm run dev

Build deployment-ready code

npm run build:all

(c) Arch Inc., 2019-2020.

About

A simple chat using Socket.io and Next.js, written in pure TypeScript

Topics

Resources

Stars

Watchers

Forks