GromJS server-side JavaScript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • GVDC

    GromJS server-side JavaScript


    GromJS server-side JavaScript
    ------------------------------------------------------------------------

    GromJS is server-side JavaScript implementation of Mozilla SpiderMonkey
    interpreter for unix-like operating systems.

    It provides Web designers/programmers ability to use JavaScript
    object-based code for creating dynamic pages/Web scripts and interact
    with objects on Web server ie. to manipulate files and directories,
    handle client-sent data, databases, create content management systems,
    etc.
    It includes support for files, SQLite3 database, session variables, hash
    arrays, pipes, HTTP file-upload, cookies, and many other. It currently
    supports Linux and FreeBSD.




    Download:



    Mozilla SpiderMonkey JavaScript interpreter
    Grom persistent interpreter connector library


    --




  • Lasse Reichstein Nielsen

    #2
    Re: GromJS server-side JavaScript

    "GVDC" <gromnospam@goo glemail.comwrit es:
    GromJS server-side JavaScript
    ------------------------------------------------------------------------
    >
    GromJS is server-side JavaScript implementation of Mozilla SpiderMonkey
    interpreter for unix-like operating systems.
    This message was followed by five other examples and descriptions.

    [ 32: GVDC] GromJS server-side JavaScript
    [ 57: GVDC] server-side JavaScript: Example 1: File class
    [ 57: GVDC] server-side JavaScript: Example 3: Dictionary class
    [ 125: GVDC] server-side JavaScript: Example 2: Sqlite class
    [ 64: GVDC] server-side JavaScript: Example 4: Pipe class
    [ 773: GVDC] server-side JavaScript: Prototypes of built-in classes, objects and functins

    There was absolutely no need for that! A single link to a web page
    would be much more effective. No need to post hundreds of lines of
    example and 700+ lines of manual to a discussion group, unless someone
    actually ask for it.

    /L
    --
    Lasse Reichstein Nielsen
    DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
    'Faith without judgement merely degrades the spirit divine.'

    Comment

    • GVDC

      #3
      Re: GromJS server-side JavaScript

      L:
      There was absolutely no need for that! A single link to a web page
      would be much more effective. No need to post hundreds of lines of
      example and 700+ lines of manual to a discussion group, unless someone
      actually ask for it.
      >
      That is only for convenience of users. Total size of messages is of
      some ie. 40k, which's acceptable for email/newsgroups.
      Regards














      Comment

      • Thomas 'PointedEars' Lahn

        #4
        Re: GromJS server-side JavaScript

        GVDC wrote:
        That is only for convenience of users. Total size of messages is of
        some ie. 40k, which's acceptable for email/newsgroups.
        Utter nonsense. FOAD.

        Code:
         +-------------------+            .:\:\:/:/:.
         |   PLEASE DO NOT   |           :.:\:\:/:/:.:
         |  FEED THE TROLLS  |          :=.' -   - '.=:
         |                   |          '=(\ 9   9 /)='
         |   Thank you,      |             (  (_)  )
         |       Management  |             /`-vvv-'\
         +-------------------+            /         \
         |  |        @@@                 / /|,,,,,|\ \
         |  |        @@@                /_//  /^\  \\_\
        @x@@x@        |  |   |/         WW(  (   )  )WW
        \||||/        |  |  \|           __\,,\ /,,/__
         \||/         |  |   |          (______Y______)
        /\/\/\/\/\/\/\/\//\/\\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
        ==================================================================
        Last edited by Dormilich; Oct 29 '09, 01:05 PM. Reason: I did my best…

        Comment

        Working...