Life
Sites
-
Recent Posts
Log In
Categories
Tag Archives: WebSockets
Principles of Communications when Developing Messaging Applications
This is an intro on the challenges and options to overcome while developing applications involving digital communications, particularly real-time. There are many streaming communication protocol options to choose from, including regular socket communications, WebSockets, MQTT and a Vert.x event bus. … Continue reading
Posted in Java, Technology, Typescript, Uncategorized
Tagged mqtt, vertx, WebSockets
Leave a comment
Simplifying WebSockets User Interface (UI) Clients with Happy Pub/Sub Patterns
A back-end WebSocket for live streaming data can typically offer subscriptions to data. Your client UI will typically have one connection to your back-end for all your subscriptions. The challenge becomes how to you handle many components in your UI … Continue reading
Developing an Automated Trading System
It has been my dream since I was a kid and I saw the Matthew Broderick movie War Games in a theater in 1983 to build an automated trading system using AI. This year I have begun to live that … Continue reading
Posted in Business, Finance, Investing, Technology, Trading, Web
Tagged algo, invest, java, R, trade, web, WebSockets
Leave a comment