-
Notifications
You must be signed in to change notification settings - Fork 9
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
Socket mapping #295
Socket mapping #295
Conversation
Codecov Report
@@ Coverage Diff @@
## master #295 +/- ##
==========================================
- Coverage 38.47% 37.21% -1.27%
==========================================
Files 88 99 +11
Lines 2773 4109 +1336
Branches 6 6
==========================================
+ Hits 1067 1529 +462
- Misses 1706 2580 +874 |
docs/docs/project/hosting.md
Outdated
|
||
## Socket mapping | ||
|
||
Mapping is a configuration of hosting which gives us possibility bypass preflighted requests in CORS |
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.
Where are the dots at the end of sentences?
Maybe something more like:
"Mapping is a configuration of hosting which gives you a possibility to expose sockets endpoints as a part of the hosting URL. It is also helping to avoid preflighted requests in CORS.
For example:
->
"
docs/docs/project/hosting.md
Outdated
@@ -120,7 +120,7 @@ Hosting will be removed from your backend during the next `npx s deploy`. | |||
|
|||
## Socket mapping | |||
|
|||
Mapping is a configuration of hosting which gives us possibility bypass preflighted requests in CORS | |||
Mapping is a configuration of hosting which gives you a possibility to expose sockets endpoints as a part of the hosting URL. It is also helping to avoid preflighted requests in CORS. |
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.
Sockets with capital letter.
No description provided.