Skip to content

Wollivan/simple-websicket-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic Websockets app

Installation

Client

Run npm i and npm run dev

Server

Run npm i and npm run dev

Deployment

Both client and server can be deployed on render.com

Client

Deploy as a Static site.

  • Build Command: npm install && npm run build
  • Publish directory: dist

Server

Deploy as a Web Server.

  • Build Command: npm install
  • Start Command: node server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published