Remove WebSocket
article thumbnail

Communicate With Websockets In A NativeScript Angular Application

The Polyglot Developer

I’ve been playing around with sockets and websockets recently. Not too long ago I wrote about creating a real-time chat application using Golang and Angular that made use of websockets. The communication between the two used websockets to keep things real-time.

Mobile 52
article thumbnail

Dynatrace EdgeConnect securely connects your local systems to Dynatrace SaaS

Dynatrace

A look behind the curtain: EdgeConnect connects to the outside world An EdgeConnect instance establishes a WebSocket secure connection (WSS/443) to the Dynatrace platform that doesn’t require opening ports or inbound connections.

Systems 220
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Five Data-Loading Patterns To Improve Frontend Performance

Smashing Magazine

You can make a real-time live connection between the Front-end and Backend via WebSockets. WebSockets are a two-way communication mechanism that relies on events. Common Websocket Architecture. In a common WebSocket architecture, the Front-end application will connect to a WebSocket API, an event bus, or a database.

article thumbnail

Control An Onion Omega2 IoT Device With Websocket Communication

The Polyglot Developer

I’ve been all about websockets lately. Previously I had written about displaying system information on the OLED expansion , but I wanted to take it to the next level and display data received through a websocket. The post Control An Onion Omega2 IoT Device With Websocket Communication appeared first on The Polyglot Developer.

IoT 40
article thumbnail

Create A Real Time Chat App With Golang, Angular, And Websockets

The Polyglot Developer

I’ve been hearing a lot about websockets lately and how they can accomplish real time communication between applications and servers. With websockets you can do real time messaging for things like chat, communication with IoT, gaming, and a whole lot of other things that need instant communication between clients and the server.

IoT 40
article thumbnail

Using Network Sockets With The Go Programming Language

The Polyglot Developer

A few months back I wrote about using websockets in a Golang application for communication with an Angular client web application. While very useful and simplistic, in many cases websockets won’t be the means for real-time communication between applications.

article thumbnail

Open Sourcing the Netflix Domain Graph Service Framework: GraphQL for Spring Boot

The Netflix TechBlog

The key features of the DGS Framework include: Annotation-based Spring Boot programming model Test framework for writing query tests as unit tests Gradle Code Generation plugin to create Java/Kotlin types from a GraphQL schema Easy integration with GraphQL Federation Integration with Spring Security GraphQL subscriptions (WebSockets and SSE) File uploads (..)