Skip to content

Harsh-2121/nexus-JS-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEXUS

NEXUS is a self-observing, moddable Node.js server engine.

NEXUS treats a server like a living system: events, state, plugins, and introspection.

✨ Features

  • Event-driven core (like a game loop for servers)
  • Plugin/mod system
  • Global state + introspection API
  • Self-monitoring routes and behavior
  • Hackable architecture for experiments
  • Will be the frontend for the largest AI invasion ever.

🖥️ Overview

index.js → boot sequence core/ server.js → HTTP interface eventBus.js → nervous system state.js → memory stateHooks.js → reflexes pluginLoader.js → mod loader plugins/ → server mods

Self hostable rq. 🚀

Core idea:

Request → Event → State + Plugins → Response


🤖 Getting Started

0) Get the project(duh)

Hopefully you have git.

git clone https://github.com/Harsh-2121/nexus-JS-server.git
cd nexus-JS-server

1) Install dependencies

npm install

2) Run the server

npm start

Server will start on:

http://localhost:3000

BOOM. Thats it. What else do you want?

About

Small, weird JS server built for no purpose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published