demo : http://nodix.eu/app/blog/page/blog.site
The blog module implement access to blog's data from the blockchain.
implement the Model in MVC stack.
The nodix script generate dynamic web page or json data from the blog module data.
implement the view in MVC stack.
demo : http://nodix.eu/app/raytrace/page/raytrace.site
The tracer module implement access to scene hierarchy from the blockchain.
implement the Model in MVC stack.
The nodix script generate dynamic web page or json data from the tracer module data.
implement the view in MVC stack.
The tracer_rpc module implement JOSN/RPC API to access scene hierarchy from http requests.
implement the external API for dynamic web applications.
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
demo : http://nodix.eu/app/NodixSite/page/index.site/index
The nodix script generate dynamic web page for the website.
implement the view in MVC stack.