/nodix_dApps

Collection of application on nodix blockchain

Primary LanguageHTML

nodix_dApps

Blog and social media Dapp

demo : http://nodix.eu/app/blog/page/blog.site

Access to blockchain data

The blog module implement access to blog's data from the blockchain.

implement the Model in MVC stack.

Generation of dynamic web pages from blockchain data

The nodix script generate dynamic web page or json data from the blog module data.

implement the view in MVC stack.

Raytracer

demo : http://nodix.eu/app/raytrace/page/raytrace.site

Access to blockchain data

The tracer module implement access to scene hierarchy from the blockchain.

implement the Model in MVC stack.

Generation of dynamic web pages from blockchain data

The nodix script generate dynamic web page or json data from the tracer module data.

implement the view in MVC stack.

JSON/RPC API

The tracer_rpc module implement JOSN/RPC API to access scene hierarchy from http requests.

implement the external API for dynamic web applications.

installation

Compile the raytrace modules, raytrace/modz/tracer.tpo and raytrace/modz/tracer_rpc.tpo.

Copy the raytrace folder to nodix/export/web, and remove the modules folder.

Open the page

http://127.0.0.1/raytrace/raytrace_local.site

Nodix web site

demo : http://nodix.eu/app/NodixSite/page/index.site/index

Generation of dynamic web pages from blockchain data

The nodix script generate dynamic web page for the website.

implement the view in MVC stack.