Skip to main content

Posts

Showing posts from May, 2014

Simple chat application using NodeJS and Socket.IO

CodeProject Before we start creating a chat application with NodeJS, I'll just give you a brief idea of what NodeJS and Socket.IO is and what is does. What is NodeJS ? NodeJS is a platform built for fast, scalable network applications. It is also used for creating real-time applications that interact with data related tasks.