Skip to content

Repository files navigation

To start the server, run the following command:

node express.js
# log to websocket real-time# use frontend webpage to read log in real time

frontend development

pnpm install
pnpm start

in your node js or other programe language

// demo in logReader/test.js// init websocket constclientWS=newWebSocket('ws://localhost:8796/')constlog=logger('test',aaaa,true,1000)// replace console.log() with log.log()log.log('this is a log message');// log to websocket real-time // http://localhost:8796/ // can check log here 

About

real time log websocket

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages