<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Actor on Micha Kops&#39; Tech Notes</title>
    <link>https://www.hascode.com/tags/actor/</link>
    <description>Recent content in Actor on Micha Kops&#39; Tech Notes</description>
    <generator>Hugo -- 0.147.8</generator>
    <language>en</language>
    <copyright>Copyright © 2010 - 2025 Micha Kops. #213243b1d6e8932079e09227d3f3ed0c806cd0c9</copyright>
    <lastBuildDate>Wed, 13 Nov 2013 00:00:00 +0100</lastBuildDate>
    <atom:link href="https://www.hascode.com/tags/actor/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Creating a Websocket Chat Application with Vert.x and Java</title>
      <link>https://www.hascode.com/creating-a-websocket-chat-application-with-vert.x-and-java/</link>
      <pubDate>Wed, 13 Nov 2013 00:00:00 +0100</pubDate>
      <guid>https://www.hascode.com/creating-a-websocket-chat-application-with-vert.x-and-java/</guid>
      <description>&lt;div id=&#34;preamble&#34;&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;Vert.x is a modern, lightweight framework to build high performance applications running on the Java Virtual Machine. The framework is polyglot so that you’re able to write your application in Java, Groovy, Ruby, Python or even JavaScript.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;In addition it offers a nice component system, an actor-like concurrency model a distributed event bus and an elegant API to create scalable applications in no time.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;In the following tutorial we’re going to build a websocket chat by creating a HTTP server and the websocket server using Vert.x, Java and Maven.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
