Posts by teves-rei • 11 points
2 posts
-
0
votes0
answers20
viewsQ: Does anyone know where I can find the source code for the http protocol?
Does anyone know where I can find the source code for the http protocol? If so, I would like to know a lot.
-
1
votes1
answer806
viewsQ: How can I create my own protocol as well as HTTP?
See this code below. It creates a server with Node.js. But, if I change var http for example: var xyz = require ("xyz"), var server = xyz.createserver... makes a mistake. var http = require("http");…