I'm disappointed that everyone creates web frameworks instead of
actual applications that can be played with. IRC clients and MUDs
should be Node's 'hello world', not abstract frameworks. :)
> --
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To post to this group, send email to nod...@googlegroups.com.
> To unsubscribe from this group, send email to
> nodejs+un...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en.
>
>
--
Sent from my mobile device
Aaron
I'm disappointed that everyone creates web frameworks instead of
actual applications that can be played with. IRC clients and MUDs
should be Node's 'hello world', not abstract frameworks. :)AMEN
On Mar 17, 9:04 am, Rasmus Andersson <ras...@notion.se> wrote:
> Sent from my iPhone
>
> > .- Hide quoted text -
>
> - Show quoted text -
I started writing one, but got stuck because I wanted to write it as a
command-line program with ncurses, and I didn't have time to write an
ncurses binding to Node. Hopefully I can get back to it before too
long.
That being said, I'm doing lots of tinkering with node. I agree that
doing different types of things really helps you get used to the async
paradigm. What other types of projects would people like to see?
Maybe it's just a lack of ideas from us single-minded web guys.
:Marco
A REALLY helpful article would be a tutorial on the v8 lib and
examples of how to write C bindings for node libs. I would wager that
lots of web guys that are lurking on this list are interested in
contributing but aren't used being back in compiled code land (reminds
of watching C/Java guys lose it while trying to write simple
javascript in the client).
Maybe this isn't really appropriate for howtonode.org though. If it
goes somewhere else and get's posted here that would be awesome.
:Marco
I'm surprised that no one has modified node-chat into a general IRC
client. I did this a while ago.
http://s3.amazonaws.com/four.livejournal/20090314/irc.png
It would be a useful and fun application to create.
I started writing one, but got stuck because I wanted to write it as a
command-line program with ncurses, and I didn't have time to write an
ncurses binding to Node. Hopefully I can get back to it before too
long.
Someday! I want it too. Anyone who is secretly working on ncurses
bindings should do their work on top of ry/net2 - they should probably
talk to me on IRC to get the low-down on what I'm doing with stdio.
My main issue right now is my unfamiliarity with C++, which I know not
at all (apart from a little C knowledge). Once I have some more time I
may pop on #node and start pestering people to help me with V8 and
Node binding stuff; it's definitely a project I would like to work on.