Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmraisi/node-fastify-ws
NodeJS app utilizes Fastify webSockets
https://github.com/mmraisi/node-fastify-ws
Last synced: 3 months ago
JSON representation
NodeJS app utilizes Fastify webSockets
- Host: GitHub
- URL: https://github.com/mmraisi/node-fastify-ws
- Owner: mmraisi
- License: mit
- Created: 2024-05-06T00:30:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T14:27:56.000Z (8 months ago)
- Last Synced: 2024-05-29T06:08:46.701Z (8 months ago)
- Language: TypeScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js Fastify WebSocket app
This simple app utilizes fastify websocket with nodejs and to showcase the use of the plugin.
## Getting Started
Follow these steps to get your development environment set up:
1. Install dependencies:
```bash
npm install
```2. Run linting:
```bash
npm run lint
```3. Run tests:
```bash
npm test
```4. Start the server:
```bash
npm start
```---
> Author: [Mahmoud Mraisi](https://mahmoudmraisi.com/)