Skip to content

Realm-X/realm-x.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Realm X

Realm X

Crafting the Pulse of a Connected Future

Realm X is an innovative organization focused on creating an interconnected ecosystem of smart devices and other helpful projects.

Tech

Realm X uses a number of technologies for its projects:

  • AngularTS - HTML enhanced for web apps!
  • Python - For scripting and automation
  • Node.js - Evented I/O for the backend
  • C++ - To achieve the lowest time complexity
  • C - To achieve the lowest time complexity and interact with the OS natively
  • MongoDB - To store data

And of course, Realm X itself is open source with a public repository on GitHub.

Installation

To run Realm X projects, you will need to install the following dependencies:

  1. GCC Compiler: For compiling C and C++ code.

    • Installation:
      • On Ubuntu: sudo apt install build-essential
      • On macOS: Install Xcode Command Line Tools with xcode-select --install
  2. Python 3: For scripting and automation.

    • Installation:
      • On Ubuntu: sudo apt install python3
      • On macOS: Use Homebrew: brew install python
  3. Node.js:

    • Installation:
      • On Ubuntu: curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && sudo apt install -y nodejs
      • On macOS: Use Homebrew: brew install node
  4. MongoDB:

  5. Angular CLI: For managing Angular projects.

    • Installation:
      npm install -g @angular/cli

Contribution

Want to contribute? Great!

  1. Fork the repository to your local machine.
  2. Take reference from other files and write your logic accordingly.

Open your favorite terminal and run these commands in the project directory to test your changes:

python main.py

License

MIT

Free Software, Hell Yeah!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors