Cashiers Check

CODE   IT   OR   DIE   TRYING

Code it or die trying

News

Hot news around my WebGL Playground.

NodeJs and Connect

by moritz on

Hey there,

everyone who loves NodeJs should check out Connect. Thats a middleware framework and its super easy to use.
I wrote 2 plugins for connect in the last days.
The first one is a router which delivers json. So you can define routes ( in the express way ) and return an object in the callback of the routing stuff and get that as json … simple!
The second one is a http-to-tcp proxy.
I dont know if stuff like this one is used out there already but the idea behind this one ist to delegate work to other servers.

As always you can find all this stuff on github …

read more...

Some color ?

by moritz on

Working on this site after quite a while.
Feels got do be back at the good old web.

So let me get a look at my ToDo list :
Adding funky colors to the head – Checked

read more...

P2P Chat Client

by moritz on

As I am interested in learning more about NodeJs and it capabilities in working as a tcp server I started working an a very small chatting-server and a terminal based client.
As a next step I am now trying to set up a P2P Chatting Network Client ( with one tracker on a server ).

You can fork both experiments – as I would call these – on github.

Chatserver
Chatclient

P2P Chatclient
P2P Chatclient tracker

The Peer2Peer stuff is not yet working as stable as it could be and I will continue to work on all of these things.
As a fellow student of mine noted these projects could be used to understand some slightly more complex mechanisms of Node.
So, it is more than a hello-world.js but still small and simple enough to get through in 10-15 minutes.

Have fun

read more...

You need to know when to stop

by moritz on

So I wrote about a project of mine last days.
The One-Page CMS.
Im sorry to say that this project will not be developed anymore.

I will focus on other server stuff with NodeJs ( TCP fun … )

read more...

Flu

by moritz on

Feeling pretty bad.
Need some relaxing music …
Like taht one :

read more...

Newsarchivlogic finaly

by moritz on

Just implemented a real small news archiv right here on top of the newslist.
Hope you like it.
Next time I build some js for this to be more fancy ;D

read more...