fastify-socket.io
Fastify plugin for Socket.io
File Explorer
Download Latest Version (.zip)- config.json
- bug.md
- feature.md
- regression.md
- changesets.yml
- ci.yml
- codeql.yml
- dependency-review.yml
- scorecard.yml
- test.yaml
- dependabot.yml
- pull_request_template.md
- pre-commit
- server.js
- server.ts
- index.html
- index.ts
- index.test.ts
- .gitignore
- .kodiak.toml
- .lintstagedrc.mjs
- .npmrc
- .nvmrc
- .pre-commit-config.yaml
- biome.json
- CHANGELOG.md
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- SECURITY.md
- tsconfig.build.json
- tsconfig.json
- tsup.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/ducktors/fastify-socket.io
Downloads the entire project code from GitHub to your computer.
cd fastify-socket.io
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm i fastify-socket.io socket.io
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
