Search results for code protection and packaging for node js projects with jxcore Scripts fewliveasync.js

Node.js vs. PHP

by Azat Mardan

…a centralized packaging registry (was Composer inspired by Node Package Manager?), had an inconsistent API and suffered from subpar performance. It’s easy to argue that there are better alternatives to…

Using Node.js in Production

by Brian Rinaldi

…web Clone the sample hello world app repo: $ git clone https://github.com/dickeyxxx/node-hello-world The sample code consists of a very simple Node.js app: var http = require(‘http’); var PORT = process.env.PORT…

Develop an iOS Application with Node.js and Cordova

by Krzysztof Trzeciak

JXcore is an open source project that gives you the ability to run Node.js application on mobile devices, including Android and iOS. In this article, I’ll show you the…

Code Protection and Packaging for Node.js Projects with JXCore

by Brian Rinaldi

…article, we’ll explore how the code protection capabilities of the JXCore project can help solve these problems, along with built-in packaging features, for any Node.js 10+ project. Code Protection JXcore

Build Desktop Apps with JavaScript and Node WebKit

by Ben Farrell

…sort of like a Singleton that provides me with features anywhere across my application. Within the code, I’ve indicated a couple places where I’ve sprinkled in some Node.js to show…

JXcore – A Node.JS Distribution with Multi-threading

by Brian Rinaldi

…multithreaded Node.JS distribution to attain benefits from all the available cores. Packaging & Code Security Based on our past experience, most enterprise customers require offline installation without online dependencies. Considering…

Building a Parallax Scrolling Game with Pixi.js – Part 4

by Brian Rinaldi

…= Object.create(PIXI.DisplayObjectContainer.prototype); Save the file as Walls.js. Our class doesn’t do much at the moment other than inherit functionality from PIXI.DisplayObjectContainer. Before we start layering more code into our class…

Soma.js – Your Way Out of Chaotic JavaScript

by Brian Rinaldi

…to write code that is testable, maintainable, debuggable and intuitive. We’ll use the soma.js framework to demonstrate how vanilla JavaScript can be written in a manner that allows maintainability and…

Building your first Node.js module

by Jonathan Fielding

…in their own projects. It’s these modules that you will find packaged on the Node Package Manager (NPM). Whether you want to write code in a way that you can…

Building Multiplayer Games with Node.js and Socket.IO

by Eric Terpstra

…with the most points wins! To download the code and play locally, first ensure that Node.js is installed. Visit the Anagrammatix GitHub repo, clone the repository with git clone https://github.com/ericterpstra/anagrammatix.git…