-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update road-to-websockets.md #4
Open
SamHobbsOrg
wants to merge
2
commits into
ably:main
Choose a base branch
from
SamHobbsOrg:patch-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My edits probably need to be improved but I really think that the earlier history of sockets is important. Web Sockets is a protocol that builds on sockets (right?) and the networking protocols that the WorldWideWeb program used that have existed for a much longer time. I think there are other inconsistencies in this article that need reconciliation.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Sorry for the delay. I seem to have missed the notification for this PR. I am happy to accept this PR, but would you mind fixing the typo first? Thanks! |
@@ -12,7 +14,7 @@ In this first chapter, we’ll look at how web technologies evolved, culminating | |||
|
|||
In 1989, while working at the European Organization for Nuclear Research (CERN) as a software engineer, Tim Berners-Lee became frustrated with how difficult it was to access information stored on different computers (and, on top of that, running different types of software). This prompted Berners-Lee to develop a project called “WorldWideWeb”. | |||
|
|||
The project proposed a “web” of hypertext documents, which could be viewed by browsers over the internet using a client-server architecture. The web had the potential to connect the world in a way that was not previously possible, and made it much easier for people everywhere to get information, share, and communicate. Initially used at CERN, the web was soon made available to the world, with the first websites for everyday use starting to appear in 1993-1994. | |||
The project proposed a “web” of hypertext documents, which could be viewed by browsers over the internet using the networking cpabilities of the internet protocol suite. The web had the potential to connect the world in a way that was not previously possible, and made it much easier for people everywhere to get information, share, and communicate. Initially used at CERN, the web was soon made available to the world, with the first websites for everyday use starting to appear in 1993-1994. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo, cpabilities
=> capabilities
Spelling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
My edits probably need to be improved but I really think that the earlier history of sockets is important. Web Sockets is a protocol that builds on sockets (right?) and the networking protocols that the WorldWideWeb program used that have existed for a much longer time. I think there are other inconsistencies in this article that need reconciliation.