views:

37

answers:

1

I'm doing quite a lot of work with a javascript messaging system at the moment and end up making lots of use of netcat scripts to monitor and simulate as yet unimplemented server responses.

Does anyone know of a utility that can easily manage this sort of thing for prototyping purposes other than setting up a full webserver?

+1  A: 

Check Node.JS (depends on V8).

jweyrich
That's great thanks, I was having a play with cherrypy but this is much more consistent.
Baxter