Giter Site home page Giter Site logo

nataniev's Introduction

Nataniev

Nataniev is an operating system inspired from original MUDs, it hosts various websites and applications of the Oscean Ecosystem.

The Lobby

The lobby is the Nataniev graphical interface. Upon cloning the repository, install the Sinatra Gem.

ruby nataniev.server.rb lobby   # Will start localhost

Now open your browser to:

http://localhost:8668/

You should be presented with the Lobby. Have a look at the Lobby Guide on how to use Nataniev applications.

Starting

There are 3 main ways of launching Nataniev.

ruby nataniev.server VESSEL                 # Will start sinatra and serve the vessels.
ruby nataniev.operator.rb VESSEL ACTION     # Will return a response and alt.
ruby nataniev.auto                          # Will not return a response, instead, write logs.

Paradigm

An application is made of 4 parts.

Vessel

A vessel is an application type, that can contain actions, corpses and memories. Vessels can also have public files.

/core/vessel/vessel.oscean
/public/public.oscean

Action

An action is a command installed onto a vessel during vessel initialization(vessel.rb).

install(:generic,:help)

Memory

A memory is either a array or hash type file, containing data accessible by the vessel.

Corpse

A corpse is a framework that handles a response from an action.

corpse         = CorpseHttp.new(@host,@query)
corpse.title   = "Html Page Title"

nataniev's People

Contributors

jakofranko avatar makoconstruct avatar neauoire avatar rekkabell avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.