/HELLOSOCKET

A boilerplate socket server

Primary LanguageJavaScriptMIT LicenseMIT

HELLOSOCKET

A boilerplate socket server

How To Setup

Create your own .env file and modify it with your own credentials

cp .env.example .env && $EDITOR .env

Install & run

npm install && npm run dev