mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 07:00:59 +01:00
Cross-platform JavaScript runtime environment
https://nodejs.org/
15d24d8002
Here I massively change both the external and internal API of the TCP sockets and servers. This change introduces the concept of a protocol object like is found in Twisted Python. I believe this allows for a much cleaner description of how a socket behaves. What was once a single object "client" or "connection" is now represented by two objects: a "connection" and a "protocol". Well - I don't want to ramble too much because neither API is yet public or documented. Look the diff of test/test-pingpong.js to see how things have changed. |
||
---|---|---|
deps | ||
src | ||
test | ||
.gitignore | ||
.gitmodules | ||
configure | ||
js2c.py | ||
jsmin.py | ||
ragel.py | ||
waf | ||
wscript |