aakashthakare / websochat

Simple chat app with the help of WebScoket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSocket Chat

Simple chat app with the help of WebScoket. Include option to upvote and downvote the message. Top voted comment is pinned besides the chat box.

Commands

npm install typescript
npx tsc --init
npm init -y
npm install websocket 
npm i zod
npx tsc -b
node di
node dist/index.js
brew install serve

Reference

About

Simple chat app with the help of WebScoket.

License:Apache License 2.0


Languages

Language:TypeScript 57.3%Language:HTML 42.7%