-
Graceful shutdown NodeJS HTTP server when using PM2
So you have created a NodeJS server that receives tons of requests and you are really happy but, as every piece of software, you found a bug or add a new feature to it. It is clear you will need to sh…
-
Using PM2 to manage NodeJS cluster
The cluster module allows us to create worker processes to improve our NodeJS applications performance. This is specially important in web applications, where a master process receives all the request…
-
OpenDRI & GeoNode: A Case Study for Institutional Investments in Open Source
GeoNode is a web catalog of geospatial data that allows users to share, access and visualize geospatial data. GFDRR’s Open Data for Resilience Initiative (OpenDRI) began supporting the GeoNode project…
-
GeoNode for Developers Workshop
This workshop covers the following topics: GeoNode in development mode, how to The geonode-project to customize GeoNode Change the look and feel Add your own app Add your own models, views and…
-
Understanding the NodeJS cluster module
TL;DR NodeJS processes runs on a single process, which means it does not take adavantage from multi-core systems by default. If you have an 8 core CPU and run a NodeJS program via $ node app.js it wi…
-
Understanding the NodeJS cluster module
TL;DR NodeJS processes runs on a single process, which means it does not take adavantage from multi-core systems by default. If you have an 8 core CPU and run a NodeJS program via $ node app.js it wi…
-
GeoNode
N
-
GeoNode Graduation
The OSGeo Foundation is pleased and proud to announce that the GeoNode project has graduated from incubation and is now a full fledged OSGeo project. Jeffrey Johnson, a long time member of the GeoNod…
-
Workshop Qtiler
Desde QGIS España os invitamos a participar en un nuevo workshop técnico sobre Qtiler, un innovador servidor WebGIS basado en Node.js y PyQGIS orientado a la publicación rápida y eficiente de servicio…
-
GeoServer 3.0-RC Release
GeoServer 3.0-RC is now available, with downloads for ( bin, war ), along with docs and extensions. We are working with OSGeo for the windows installer download, and will update this post when it is…