catoc / Comojs

Tiny server side javascript using duktape engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comojs

Server side javascript using duktape javascript engine

Currnt State

Work in progress, lots of things to do, lots of things to fix, and even more lots of lots of things :)

Philosophy

  • Everthing Should by as tiny as possible
  • Implement most things in javascript
  • Must maintaine a low footprint memory usage
  • Should run without compilation using tinycc compiler
  • Fast compilation time, current compilation time ~ 3 seconds

Maybe

"maybe" eventually Comojs will run unmodified nodejs modules (not native modules) but this is not a current purpose of Comojs.

Build

You need to have perl installed, this is just for now until I write a Makefile

perl make.pl

or

You can run directly without compilation using tinycc compiler

  • make sure you have tinycc installed and in your system path

  • on windows

    como ./examples/readline.js

  • on linux

    ./como.sh ./examples/readline.js

About

Tiny server side javascript using duktape engine


Languages

Language:C 96.7%Language:JavaScript 3.1%Language:Objective-C 0.1%Language:Perl 0.1%Language:Batchfile 0.0%Language:Shell 0.0%