rolling-scopes-school / websockets-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSSchool NodeJS websocket task template

Static http server and base task packages. By default WebSocket client tries to connect to the 3000 port.

Installation

  1. Clone/download repo
  2. npm install

Usage

Development

npm run start:dev

  • App served @ http://localhost:8181 with nodemon

Production

npm run start

  • App served @ http://localhost:8181 without nodemon

All commands

Command Description
npm run start:dev App served @ http://localhost:8181 with nodemon
npm run start App served @ http://localhost:8181 without nodemon

Note: replace npm with yarn in package.json if you use yarn.

About


Languages

Language:JavaScript 45.3%Language:HTML 31.5%Language:CSS 23.2%