Search
-
Categories
- ActionScript (33)
- Adobe (18)
- AIR (3)
- AJAX (12)
- Amazon Web Services (3)
- Android (14)
- Apache Abdera (10)
- Apache Mina (2)
- Apache Tomcat (10)
- App Engine (6)
- ASP.NET (10)
- Atom Hopper (15)
- AtomNuke (3)
- BlazeDS (1)
- C# (15)
- CherryPy (1)
- CoffeeScript (11)
- Comet (3)
- CouchDB (2)
- Design Patterns (4)
- Dojo (1)
- Erlang (1)
- Flash (25)
- Flex (31)
- Go (1)
- GWT (20)
- HTML5 (25)
- iPhone (3)
- Java (74)
- JavaFX (1)
- JavaScript (65)
- JSON Feed Server (1)
- Luvit (1)
- Mobile (19)
- MongoDB (6)
- Netbeans (22)
- Node.js (40)
- Online Games (13)
- Open Source (87)
- OpenStack (3)
- Perl (1)
- PHP (23)
- Python (14)
- Rails (4)
- Redis (2)
- Repose (1)
- REST (6)
- Reviews (9)
- Ruby (11)
- Silverlight (3)
- Sinatra (3)
- Socket Server (19)
- Ubuntu (34)
- Uncategorized (4)
- Union Framework (8)
- Vaadin (2)
- Vertx (3)
- WebORB (3)
Category Archives: Socket Server
Joining a newly created room on the Union server with JQuery and OrbiterMicro
Yesterday my article showed you how to add and remove rooms from the Union server. Today I’ll add a little more code to show how easy it is to join the newly created room.
Posted in HTML5, JavaScript, Socket Server, Union Framework
Comments Off
Watching, adding and removing rooms on the Union server with JQuery and OrbiterMicro
My previous article showed you how to get a count of all the connected users on a Union server instance. Today I’ll show you how you can list the rooms on the Union server as well as how to add … Continue reading
Posted in HTML5, JavaScript, Socket Server, Union Framework
1 Comment
Get the total count of connected users on the Union server with JQuery and OrbiterMicro
My previous article showed you how to get a list of all the rooms with the total count of each person in those rooms on the Union server. Today I’ll show you how you can get the total number of … Continue reading
Posted in HTML5, JavaScript, Socket Server, Union Framework
1 Comment
Get the count of people in each room on the Union server using JQuery and OrbiterMicro
My previous article showed you how to get a list of all the rooms on the Union server. Today I’ll show you how you can get a list of all the rooms on the Union server including how many people … Continue reading
Posted in HTML5, JavaScript, Socket Server, Union Framework
1 Comment
Get a room list from the Union server using JQuery and OrbiterMicro
I’ve done a few articles now in regards to the Union Framework. Today I want to show you how to get a complete listing of rooms from the Union server. Using the Flash/Flex Reactor Client this is pretty easy to … Continue reading
Posted in HTML5, JavaScript, Socket Server, Union Framework
1 Comment
Building a socket server with EventMachine, Ruby, and Flash CS5
I recently began messing with EventMachine. On their GitHub page you can find some starter tutorials as well as instructions to get it installed. Today I’m going to build a simple socket server to allow Flash CS5 to communicate to … Continue reading
Posted in ActionScript, Flash, Ruby, Socket Server, Ubuntu
3 Comments
GFS Server has been updated
If you use my open source GFS Server you might be interested to know that I have updated the project files to use Netbeans 6.8, Apache Mina 1.1.7, as well as the latest SFL4J and MySQL JDBC Connector. No code … Continue reading
Posted in Flash, Flex, Java, Online Games, Socket Server
2 Comments
Building a socket server with Node.js and Flash CS4
Node.js is very easy to use and very well designed. Today I’m going to build a simple socket server using the sample provided by the Node.js documentation and create a socket client in Flash CS4. Updated July 30, 2010 – … Continue reading
Posted in ActionScript, Adobe, JavaScript, Node.js, Open Source, Socket Server, Ubuntu
5 Comments
Getting started with Node.js on Ubuntu 9.10 in about 5 minutes
I recently installed Ubuntu 9.10 on VMWare 6.5 Workstation and wanted to try out Node.js. According to the Node.js website Node is a way to provide an easy way to build scalable network programs. The nice thing about Node is … Continue reading
Posted in JavaScript, Node.js, Open Source, Socket Server, Ubuntu
20 Comments
Building a Flash Chat Socket Server with Stackless Python
When most people decide to build a socket server for their Flash/Flex projects they usually turn toward using Java since there are many excellent ways to go about building on some great frameworks. Today however I’ll quickly build a socket … Continue reading
Posted in ActionScript, Flash, Python, Socket Server, Ubuntu
1 Comment



