GithubHelp home page GithubHelp logo

benjaminoakes / node Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nodejs/node-v0.x-archive

6.0 6.0 0.0 31.76 MB

evented I/O for v8 javascript

Home Page: http://nodejs.org/

License: Other

C 11.97% C++ 25.94% D 0.38% Ruby 0.09% Shell 0.08% JavaScript 59.14% R 0.09% Python 2.30%

node's Introduction

Node.js for Haiku

This is the branch for the Haiku OS port of Node.js. Please note that development is happening on the "haiku" branch rather than the "master" branch.

There is another counterpart project called node-haiku which aims to provide Node.js bindings for the Haiku API. The eventual goal is to have bindings for Node.js (an evented language) to Haiku (an evented OS, originally called OpenBeOS).

To Dos

These might move into GitHub issues, but for now bullet points work. Some discussion happened on #haiku on freenode.net.

  • Find preferred solution for /usr/bin/env (it is /bin/env in Haiku). Symlinks are obvious, but this surely isn't the only project with this problem.
  • Look into native asynchronous Haiku APIs to replace broken dependencies.
  • Fix the c-ares build, possibly by including a config.h from the BSD version (thanks jrabbit).
  • Fix math library autotools problems

From #haiku:

jrabbit:        benjaminoakes: its build system sucks in theory it should work but in practice it needs a lot of work
jrabbit:        someone who actually knows it might be able to get it to work
jrabbit:        but the over arching build system is hardwired to look for -lpthreads and we include that -lm which it doesn't care about and theres no way to override the check
benjaminoakes:  gotcha
jrabbit:        basically anything less hackish would work better
benjaminoakes:  well, could be interesting to figure out, I guess 
[...]
DDevine:        jrabbit Ah yeah I had problems trying to get Autotools to pick up the math library ("-lm")  for Stackless Python and I never worked that out.
Duggan2:        autotools suck 
DDevine:        Theoretically you can get it by searching for a trig function - and then Autotools should find the right library but that didn't work.
DDevine:        I will get around to learning more about how it works so that I can possibly help port things. It's completely developer unfriendly as far as I can see.
  • Look into other problems with Node's build system:

From #haiku:

jrabbit:  you have to use each project's build system because the python script it uses is totally unportable

Thanks

Generally IRC names, unless I know real names.

  • DDevine
  • Duggan2
  • jrabbit

Evented I/O for V8 javascript.

To build:

./configure
make
make install

To run the tests:

make test

To build the documentation:

make doc

To read the documentation:

man doc/node.1

Resources for Newcomers

node's People

Contributors

ry avatar piscisaureus avatar isaacs avatar bnoordhuis avatar felixge avatar koichik avatar miksago avatar thughes avatar mscdex avatar henryrawas avatar pquerna avatar pgriess avatar creationix avatar mranney avatar rsms avatar waveto avatar kapouer avatar mikeal avatar ujh avatar trentm avatar tj avatar xk avatar drpizza avatar indutny avatar sannis avatar postwait avatar rmustacc avatar polotek avatar blazzy avatar proppy avatar

Stargazers

ArachnidsGrip avatar Onofre Souza avatar David Lumm avatar Garrett Thornburg avatar Philipp Strathausen avatar Ben Oakes avatar

Watchers

Ben Oakes avatar David Lumm avatar James Cloos avatar ArachnidsGrip avatar Dave Thompson avatar  avatar

node's Issues

Does it work yet?

How well does the Haiku fork work? If it's 90% complete, consider merging back with Joyent?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.