Socket.IO – Hello world
In the following chapter, we will discuss the basic example using the Socket.IO library along with ExpressJS. Example First of all, create a file called app.js and enter the following code to…
In the following chapter, we will discuss the basic example using the Socket.IO library along with ExpressJS. Example First of all, create a file called app.js and enter the following code to…
To get started with developing using the Socket.IO, you need to have Node and npm (node package manager) installed. If you do not have these, head over to Node setup to install node on your local system.…
Socket.IO is a JavaScript library for real-time web applications. It enables real-time, bi-directional communication between web clients and servers. It has two parts − a client-side library that runs in the browser, and a server-side…
Following is a list of resources we have used while developing this tutorial − Koajs.comKoajs - Examples A list of examples created by the communityList of official and 3rd party middlewares.A CRUD…
Scaffolding allows us to easily create a skeleton for a web application. We manually created our public directory, added middleware, created separate route files, etc. A scaffolding tool sets up all…
Logging is quite useful when creating web applications as they tell us where exactly things went wrong. We also get the context for the things that went wrong and can…
To create mobile applications, single page applications, use AJAX calls and provide data to clients, you'll need an API. A popular architectural style of how to structure and name these…
This topic is about Apache IVY - Public Repository. A public repository is a repository accessible using internet and have third party modules. By default ibiblio in m2 compatible mode…
This topic is about Apache IVY - Shared Repository. A shared repository is a team level shared repository of a team. It is very common to be overridden in organizations.…
This topic is about Apache IVY - Local Repository. A local repository is a private repository of a user. It is very useful in case a user is using a…