{"id":7818,"date":"2018-12-27T11:20:08","date_gmt":"2018-12-27T11:20:08","guid":{"rendered":"https:\/\/prominic.net\/?p=7818"},"modified":"2023-11-14T09:28:44","modified_gmt":"2023-11-14T09:28:44","slug":"new-possibilities-for-app-development-with-node-js-in-domino-10","status":"publish","type":"post","link":"https:\/\/wordpress.prominic.net\/new-possibilities-for-app-development-with-node-js-in-domino-10\/","title":{"rendered":"New Possibilities for App Development with Node.js in Domino 10"},"content":{"rendered":"\n

Last week\u2019s IBM\u2019s webinar concerning Node.js with Domino 10 was full of interesting information. This webinar went more in depth on how Node.js can be used with a Domino server, adding additional app development capabilities to the platform. <\/p>\n\n\n\n


<\/p>\n\n\n\n

What Node.js for Domino looks like<\/h3>\n\n\n\n


<\/p>\n\n\n\n

It comes as a node package (domino-db) which will request access to Domino data from your app and a server task (proton) which listens to these requests.
<\/p>\n\n\n\n

By adding this package to your node.js app you will be able to create, read, update and delete operations on Domino data. This is done by using the gRPC protocol to talk to the server task, sending messages in the Domino Query Language format.<\/p>\n\n\n\n


<\/p>\n\n\n\n

How do you set up the server task?<\/h3>\n\n\n\n


<\/p>\n\n\n\n