Skip to content

Commit

Permalink
feat: socket.io cluster fork
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Jun 22, 2024
1 parent ddd5483 commit 008bb6c
Show file tree
Hide file tree
Showing 6 changed files with 1,584 additions and 4,459 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
node_modules/
dist/
.env



.nx/cache
.nx/workspace-data
.nx/workspace-data
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "mchat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"description": "Realtime messenger powered by socket.io",
"private": true,
"scripts": {
"dev": "pnpm run -r dev"
"dev": "pnpm run -r dev",
"build": "pnpm run -r build"
},
"keywords": [],
"author": "",
"author": "Aseer KT",
"license": "ISC",
"devDependencies": {
"@nx/web": "19.3.0",
"typescript": "^5.2.2"
},
"workspaces": [
Expand Down
Loading

0 comments on commit 008bb6c

Please sign in to comment.