amlib / pictoclone-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pictoclone Server

A server for the pictoclone chat app made in Node.js and uWebSockets.js

Install dependencies

yarn

Start production server

You may want to change production config like the SSL cert file in config.js

yarn start

Start debugging server

You may want to change development config like port in config.js

yarn debug

Then use a chrome based browser to attach it's inspector (should happen automatically in a local network once you open the inspector)

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%