Today i will show you an example using node.js to provide a simple chat server to play around with the WebSocket API sap.ui.core.ws.WebSocket
that is part of UI5.
To offer some useful tricks and features i blowed up the example with the following features:
- 5-Way-Model-Binding
- WebSocket based data connectivity
- adding 3rd party notification library (noty)
- JSON stringify and parsing
The article can be found at
OpenUI5 Developer: Simple chat server example using UI5 WebSocket
Cheers Holger