94bcf578c42faf3e0084eac5068560107ccbdc23
netstar-categorizer
UDP Server
This project is a UDP server built with Node.js that processes incoming messages and returns categorized results.
Prerequisites
- Node.js (v12.x or higher recommended)
- npm (v6.x or higher recommended)
Setup
-
Clone the repository:
git clone <repository-url> cd <repository-directory> -
Install the dependencies:
npm install
- Create a .env file in the root of the project and add your environment variables. At a minimum, you should specify the PORT:
cp .env.example .env
PORT=3000
Running the Server
To start the UDP server, use the following command:
npm start
Description
Languages
JavaScript
89.3%
Dockerfile
9.6%
Makefile
1.1%