nodejs

  1. MayoMayn

    Best approach to setup mono repo using Docker

    So currently I have a mono repository that consists of the structure: +-- project | +-- client | +-- assets | +-- src | +-- ... | +-- package.json | +-- angular.json | +-- tsconfig.json | +-- Dockerfile | +-- ... | +-- server | +--...
  2. MayoMayn

    [Ubuntu] - Permission denied when compiling C++

    I need to install a NPM dependency that is using C++ bindings for Node After some research, it seemed like the permission got denied was because my storage was mounted with noexec flag, but after remounting them without the flag it sadly didn't fix the error. Exit code: 1 Command: sh...
  3. MayoMayn

    Setting up a Tor server

    If I create a tor website, how do I make the usage completely anonymous e.g if I'm hosting it on a VPS? Or should I buy a machine myself and host it on there? Also would it be recommended to use Nginx as a web server to proxy Node.js?
  4. MayoMayn

    [ES6 - axios] - Copying static ES6 class

    I'm trying to create a new axios instance with default params assigned. The baseURL is appended, but not the params: I have a static HTTP class that I clone with options for an axios instance: static create(options: Object = {}): Object { // See comment for class cloning...
  5. MayoMayn

    [Node - React - Redux] StormCMS

    StormCMS is an advanced replicate of the Habbo web written in React instead of Angular. Closed-sourced on Gitlab due to this will be used for a project of my own. When or if I'm not going to use it anymore, I'll re-open a repository on Github. Feel free to PM me, if you still want to follow...
  6. B

    HabboAPI | NodeJS | AngularJS | Arcturus | Translation System

    HabboAPI a content management system written in node & angular using es6 for arcturus emulator DEMO AVAILABLE: HabboAPI GITHUB: GitHub - billsonnn/habboapi NPM: https://www.npmjs.com/package/habboapi documentation coming soon about HabboAPI is a powerful open source content management system...
  7. Mitsuomi

    Need help for use NodeJS

    Hello, good evening everyone I wonder if anyone can help me use NodeJS because I have a big worry to being that I'm not English and little wedged in NodeJS, I come to you to find someone one would have the kindness to explain how life represented the bar "holorp.com" or "bubborp.com"...
Top