My journey in the computer world

Category NodeJS

JsonDB: New Array Feature – Last Item

I decided to extend the array features of JsonDB by adding a new semantic rule: The use of -1 to get the last element In the previous revision I added the support for Appending, I thought why not add a… Continue Reading →

JsonDB: Adding Append feature to Array support

[github-issue username=”belphemur” repository=”node-json-db” number=”11″] I never thought of it, but supporting an append semantic in the “jsonLanguage” I created is an excellent idea. After all this semanticĀ (array[]) is already used in other languages like PHP, why not implementing it here… Continue Reading →

JsonDB: Using Delete in array instead of Slice

I received an interesting issue about JsonDB not deleting correctly the index in an Array: [github-issue username=”belphemur” repository=”node-json-db” number=”10″] I thought using the delete keyword on an index in an array was deleting it (rendering its value undefined). In fact,… Continue Reading →

Node-RED init.d script and systemd unit

I find Node-RED really amazing but the lack of being able to manage it as a daemon quite annoyed me. I created an init script and a systemd unit configuration to be able to manage Node-RED as any service on… Continue Reading →

JsonDB

When I was playing with Node-RED, a flow management based on Node.js, I discover that I was needing a simple Node to save and retrieve information from simple file. I then created JsonDB and published it on Npm registry :

© 2024 Antoine Aflalo — Powered by WordPress

Theme by Anders NorenUp ↑