1.0.36 • Published 8 months ago

jsdocument v1.0.36

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

jsdocument

JSDocument! An Library for create page from node.js. how to use: var JSDocument = require('jsdocument') // Load Library var document = new JSDocument.JSDocument() // New Page! You created page, but it not running for now. -- before 1.0.3 document.setresponsehandler(function() { document.SendDocument() // sends document to client }, '/') -- 1.0.3 ~~ JSDocument.Server.SetResponseHandler('/' , function(){ // '/' means address return document.GetRawHTML(), "html" // returns raw html and type to server }) // '/' - path, function() - handler Server is now Running! ..... but empty?

Objects - jsdocument

Favicon and CSS - jsdocument

Add Refrence - jsdocument

Simple! JSDocument.AddRef(document object, file name, Server Object(on 1.0.33 ~))) // not supported on 1.0.3 ~ 1.0.32. and now you can use that file.

Simpler Page - jsdocument

All-in-one Hello World example - jsdocument

Other Versions and Beta version - jsdocument

1.0.36

8 months ago

1.0.35

8 months ago

1.0.34

8 months ago

1.0.33

8 months ago

1.0.32

8 months ago

1.0.31

8 months ago

1.0.301

8 months ago

1.0.3

8 months ago

1.0.251

8 months ago

1.0.25

8 months ago

1.0.24

8 months ago

1.0.23

8 months ago

1.0.22

8 months ago

1.0.21

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago