Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)