Skip to content

LinboLen/nestjs-playground-demo

Repository files navigation

NestjsPlayground

  1. run npm run start

  2. in browser console run following code

const ws = new WebSocket('ws://localhost:3301/ws/gateway');
ws.onopen = () => {
	ws.send(JSON.stringify({ event: 'query:logging', data: {} }));
	ws.send(JSON.stringify({ event: 'query:logging', data: {} }));
};


//ws.send(JSON.stringify({ event: 'query:logging', data: {} }));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published