loopback4-example-websocket icon indicating copy to clipboard operation
loopback4-example-websocket copied to clipboard

WebSocket example for LoopBack 4

Results 19 loopback4-example-websocket issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Hello, Thank you for sharing this great starter project. I have created a regular rest controller through lb4 CLI but don't know how to get it working or include it...

How would be the procedure to connect to the ws from Angular ?

Bumps [acorn](https://github.com/acornjs/acorn) from 7.0.0 to 7.1.1. Commits 6d19489 Mark release 7.1.1 793c0e5 More rigorously check surrogate pairs in regexp validator b5c1787 Fix incorrect comment in regexp parser 12ae8fe Parameterize dummy...

dependencies

Hi Raymond, Thanks for sharing this useful example. I want to enquire how can i integrate the JWT authentication module as part of this project's architecture so only logged in...

I tried your example by downloading it as is and starting it. But I can't figure out how to connect to the `/chats` WebSocket. All connections I start trigger the...

Hi, Your example application is a great websocket bootstrap resource. Thank you for your work. The problem is one might be tempted to copy-paste fragments of your code. This is,...