ejabberd 18.06

This ejabberd 18.06 release includes, after two months of development, a lot of bug-fixes and many improvements. There are also a few changes, so please read carefully the release notes. Noticeable changes Stop ejabberd initialization on invalid/unknown options Since some time now, we are warning ejabberd admins in log file about incorrect configuration options. We […]

Real-time Enterprise Issue #11

ProcessOne curates two monthly newsletters – tech-focused Real-time Stack and business-focused Real-time Enterprise. Here are the articles concerning business aspects of real-time enterprise we found interesting in Issue #11. To receive this newsletter straight in your inbox on the day it’s published, subscribe here. France to build alternative to WhatsApp, Telegram due to foreign spying […]

Real-time Stack Issue #11

ProcessOne curates two monthly newsletters – tech-focused Real-time Stack and business-focused Real-time Enterprise. Here are the articles concerning tech aspects of real-time development we found interesting in Issue #11. To receive this newsletter straight in your inbox on the day it’s published, subscribe here. How to Build a Private One to One Chat App from […]

Real-time Enterprise Issue #10

ProcessOne curates two monthly newsletters – tech-focused Real-time Stack and business-focused Real-time Enterprise. Here are the articles concerning business aspects of real-time enterprise we found interesting in Issue #10. To receive this newsletter straight in your inbox on the day it’s published, subscribe here. Why is everyone talking about MQTT? Through this article, we explain […]

Real-time Stack Issue #10

ProcessOne curates two monthly newsletters – tech-focused Real-time Stack and business-focused Real-time Enterprise. Here are the articles concerning tech aspects of real-time development we found interesting in Issue #10. To receive this newsletter straight in your inbox on the day it’s published, subscribe here. Kontalk The Kontalk Network is a community-driven free instant messaging network […]

ejabberd 18.04

This ejabberd 18.04 release includes bugfixes, and a few improvements. New configuration options New ‘access_register’ option for mod_muc This option specifies who is allowed to register nickname within the Multi-User Chat service. The default is all for backward compatibility, which means that any user is allowed to register any free nick. New ‘include_sender’ and ‘include_body’ […]

Real-time Enterprise Issue #9

ProcessOne curates two monthly newsletters – tech-focused Real-time Stack and business-focused Real-time Enterprise. Here are the articles concerning business aspects of real-time enterprise we found interesting in Issue #9. To receive this newsletter straight in your inbox on the day it’s published, subscribe here. The Challenges of Building Real-Time Applications Users are now expecting that […]

Real-time Stack Issue #9

ProcessOne curates two monthly newsletters – tech-focused Real-time Stack and business-focused Real-time Enterprise. Here are the articles concerning tech aspects of real-time development we found interesting in Issue #9. To receive this newsletter straight in your inbox on the day it’s published, subscribe here. ejabberd invites students to Google Summer of Code 2018 ejabberd has […]

Real-time Enterprise Issue #8

ProcessOne curates two monthly newsletters – tech-focused Real-time Stack and business-focused Real-time Enterprise. Here are the articles concerning business aspects of real-time enterprise we found interesting in Issue #8. To receive this newsletter straight in your inbox on the day it’s published, subscribe here. WhatsApp Releases a Business App WhatsApp Business is an Android app […]

ejabberd 18.03

After two months of active development, we’re happy to announce the release of ejabberd 18.03 which includes many improvements, new options, and bugfixes. New configuration options New ‘negotiation_timeout’ option The option can be used to specify a period (in seconds) for a stream negotiation to complete. If the timer fires, the stream is considered as […]

Real-time Stack Issue #8

ProcessOne curates two monthly newsletters – tech-focused Real-time Stack and business-focused Real-time Enterprise. Here are the articles concerning tech aspects of real-time development we found interesting in Issue #8. To receive this newsletter straight in your inbox on the day it’s published, subscribe here. Red Hat to acquire CoreOS, expanding its Kubernetes operations Red Hat, […]

Real-time Enterprise Issue #7

ProcessOne curates two monthly newsletters – tech-focused Real-time Stack and business-focused Real-time Enterprise. Here are the articles concerning business aspects of real-time enterprise we found interesting in Issue #7. To receive this newsletter straight in your inbox on the day it’s published, subscribe here. 100,000 IoT Sensors Monitor a 1,400-Kilometer Canal in China As an […]

Developing a basic Swift Echo Server using SwiftNIO

SwiftNIO: a port of Netty I am not a Java or JVM type of developer. That’s probably one of the reasons I never felt the need to try Netty framework. I have been developing all my high-performance server code in Erlang, Elixir or Go and was happy with the tooling. However, Apple recently published Swift-NIO, […]

Challenges in Building Real Time Applications

Real time is everywhere. Users are now expecting that applications can update and display pieces of information in real time. Whether you are building a chat application, a website, a mobile app, or a business application, users want to be notified, receive pushes (properly targeted), be able to react instantly and have the user interface […]