Skip to content
  • Obidos Technologies (P) Ltd
Obidos Technologies (P) Ltd

ObidosTech Knowledge Base

Help snippets on NodeJs, React, ColdFusion, PHP, Android, iOS and tech news

About Obidos Technologies (P) Ltd

Profile
ObidosTech

Obidos Technologies (P) Ltd is an off-shore development and maintenance center for ColdFusion applications, PHP application along with ReactJS, NodeJS

Menu
  • Obidos Technologies (P) Ltd
  • Prasanth Kumar.S

Tag: server

6 Articles
Categories
ColdFusion Email Internet Lucee Railo Server Technology Tomcat Windows

How to setup Zoho email in Lucee

October 28, 2022January 11, 2023
1 min read
Zoho have introduced 2FA and so we cannot use the email password with Lucee or any other client like outlook. To use the Zoho to send out an email using…
Read more
Categories
Integration JavaScript JSON Lucee Node.JS Oracle PHP Server Technology Windows

Using Server Sent Events (SSE) with Session

March 13, 2020March 13, 2020
2 mins read
SSE or server sent events are a great choice for pushing data from server to the clients. The benefit of SSE over web-sockets is that unlike web-sockets SSE is a…
Read more
Categories
Apache Internet JavaScript JSON Node.JS Server Technology Windows

Create HTTPS server with Node.js

October 23, 2019October 23, 2019
1 min read
To start an HTTPS server, you need to have the private key.pem and also the certificate.pem of the SSL certificate. Then using the crypto and fs libraries, you can get…
Read more
Categories
Internet JSON Node.JS Server

Basic requirements to create and run a Node JS app

February 7, 2017February 7, 2017
1 min read
To create a Node.js app that acts as a back end for an Angular JS app, these are the minimum required modules. (more…)
Read more
Categories
Database MySQL PHP Server

Fixing error with MySQL “Headers and client library minor version mismatch.”

August 18, 2016
1 min read
With PHP and MySQL, if the MySQL is upgraded you may end up with this error on every request to the database from PHP. This error means the MySQL library…
Read more
Categories
ColdFusion Server

*SOLVED* Adobe ColdFusion Scheduled Task and PDF fail/error/not running – June 2016

August 18, 2016
1 min read
The Adobe ColdFusion servers on Windows Servers and having SSL could develop and issue with Scheduled Tasks not able to run after June 2016. We have experienced this issue with…
Read more