Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NandanaDV committed Oct 21, 2024
2 parents 9f94951 + a15bf99 commit 22d6b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/roadmap/phase-1/stage-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ Thus we have successfully implemented the upstream module.

## Conclusion

So now we have implemented an upstream module. We have dedicated the port 8001, for using upstream module. All the requests coming on port 8001 gets forwarded to the upstream server, which is the python file server in this case with the help of upstream module. We have used pipes for sending data to upstream server and for receiving data back to client. In the next stage we will see how to implement a file server, which deals with accessing and delivering of files over a network.
So now we have implemented an upstream module. We have dedicated the port 8001, for using upstream module. All the requests coming on port 8001 gets forwarded to the upstream server, which is the python file server in this case with the help of upstream module. We have used pipes for sending data to upstream server and for receiving data back to client. In the next stage we will see how to implement a file server, which deals with accessing and delivering of files over a network.

0 comments on commit 22d6b24

Please sign in to comment.