Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

TakeTkt/taketkt-web-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket server


Usage:

  1. Install deps using:
yarn
  1. Run dev server:
yarn dev
  1. Connect using a WebSocket terminal client (wscat recommended):
  • Install wscat first
npm install -g wscat

or

yarn global add wscat
  • After installation
wscat -c ws://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published