Hamdi Bayhan
f34cfca26d
docs: fix broken link ( #3759 )
2021-01-17 22:10:37 +01:00
PrashoonB
d412e876b8
docs: add installation with yarn ( #3757 )
2021-01-15 22:20:04 +01:00
汪心禾 Wang, Xinhe
d52532b7be
docs: add other client implementations ( #3593 )
...
Reference: https://socket.io/docs/#Other-client-implementations
2021-01-15 00:37:40 +01:00
EloniX-X
b55892ae80
docs: add run on repl.it badge to README ( #3617 )
2021-01-15 00:30:17 +01:00
Damien Arrachequesne
1fba399b17
ci: migrate to GitHub Actions
...
Due to the recent changes to the Travis CI platform (see [1]), we will
now use GitHub Actions to run the tests.
Reference: https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-nodejs
[1]: https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing
2020-12-07 11:37:03 +01:00
Alessandro Magionami
bb43ff2988
docs: add example with fastify ( #3654 )
...
See https://github.com/alemagio/fastify-socket.io
2020-10-04 23:20:05 +02:00
Diego Molina
af165ae1c2
docs: adjusting Sauce Labs name ( #3578 )
2020-09-19 03:01:19 +02:00
Damien Arrachequesne
e0b35d054f
docs: points towards the website
...
The website is now much more stable, so there's no need to keep two
copies of the same content (which must be manually kept in sync).
2020-09-01 09:37:29 +02:00
Emmanuel DEMEY
e5f0ceaee0
[docs] Use new JavaScript syntax inside the README ( #3360 )
2018-11-08 00:26:54 +01:00
Andrew Stelmach
d97d873aee
[docs] update README.md ( #3309 )
2018-08-18 23:32:07 +02:00
Jumper Chen
be61ba0a20
[docs] Add link to a Dart client implementation ( #2940 )
2018-03-01 00:23:45 +01:00
Devlin Pajaron
c06ac071d0
[docs] Fix typo ( #3157 )
2018-02-25 09:26:24 +01:00
Ra'Shaun Stovall
9a014e2df4
[docs] Update slack badge ( #2961 )
...
Update badge to https://slackin-socketio.now.sh/badge.svg
2017-06-08 12:28:56 +02:00
Xavier Damman
0d07c47f81
[chore] Added backers and sponsors on the README ( #2933 )
2017-05-09 00:41:46 +02:00
Simen Bekkhus
03f3bc9ab3
[docs] Fix wrong space character in README ( #2900 )
2017-03-27 13:15:19 +02:00
H3rby7
e1facd5155
[docs] Small addition to the Express Readme Part ( #2846 )
2017-02-01 15:23:56 +01:00
Damien Arrachequesne
23c9dd34d5
[docs] Add a 'Features' section in the README ( #2824 )
2017-01-16 23:16:46 +01:00
bananaapple
d82190016f
[docs] Add install script on Readme.md ( #2780 )
2016-12-30 16:11:26 +01:00
Damien Arrachequesne
255b845596
[docs] API documentation ( #2784 )
2016-12-30 16:10:54 +01:00
Robbie Ferguson
4d8e2d342c
[docs] Fixed grammar issues in the README.md ( #2159 )
...
Added a few periods and commas which were missing. Pluralised the word
'parameter' where it was incorrectly specified to singular on line 281.
Very minor edit. No source code changed.
2016-11-23 15:05:15 +01:00
mhmeadows63
e14a10b7ce
[feature] add support for Server#close(callback) ( #2748 )
2016-11-15 21:52:56 +01:00
Alex
5a123beea5
[feature] Add support for socket middleware ( #2306 )
2016-11-05 01:51:29 +01:00
Paul Meinhardt
21dffa4b58
[docs] Link readme npm package badge to npm registry page ( #2612 )
2016-10-21 03:10:33 +02:00
Marcio Puga
94852e3d23
[docs] Fix typo ( #2724 )
2016-10-21 03:06:59 +02:00
syuilo⭐️
ecc76f48bc
[docs] Add link to LICENSE ( #2221 )
2016-10-21 03:00:38 +02:00
Damien Arrachequesne
43d9a4b55d
[feature] Add a 'disconnecting' event to access to socket.rooms upon disconnection ( #2332 )
2016-10-06 23:23:26 +02:00
Alejandro Oviedo
df916172dd
[chore] Link build badge to master branch ( #2549 )
2016-10-06 23:12:15 +02:00
Bo
2d141aff7c
Prevent mixup for new programmers
...
The documentation, inadvertently, causes confusion for newer programmers, hindering their learning curve and ability to learn `socket.io` faster.
This proposed change aims at preventing this confusion to allow new programmers easier access to resources, especially when searching the web for more information.
The name `socket` in the documentation refers to the API gateway, or abstraction layer, related to the `client` and other properties. However, in the rest of the programming world, `sockets` usually refer to Berklee sockets or the lower-level communication channel that is used to implement Protocols such as the Websocket Protocol and HTTP.
New programmers often search for more informations using the `sockets` keyword when they are grappling with learning the `socket.io` API.
A good example is the stack overflow site, where newer programmers incorrectly tag their questions `sockets` and in turn don't get a fast response to their questions.
By simply changing the name of the variable used to describe socket.io's "Socket" class instances from `socket` to `client`, this mixup should be mitigated considerably.
2016-06-26 14:32:37 -04:00
Naoyuki Kanezawa
7e9a67d8ee
Merge pull request #2415 from nus-fboa2016-si/documentation
...
Documentation
2016-04-11 23:05:33 +09:00
Zhu Liang
677af3fa11
changed env var name, added testing documentation to readme
2016-03-21 13:11:03 +08:00
Zheng Weihan
1c467e15e6
Issue #2400 , added documentation
2016-01-30 11:28:40 +08:00
Naoyuki Kanezawa
6e450f75b4
Merge pull request #2374 from darrachequesne/patch-4
...
Add badges showing dependency status
2016-01-17 15:22:52 +09:00
Damien Arrachequesne
899de7f873
Document type change of Socket#rooms
2016-01-09 22:08:30 +01:00
Damien Arrachequesne
acb9cb421d
Add badges showing dependency status
2016-01-07 22:58:59 +01:00
Guillermo Rauch
520b5c37d5
Merge pull request #2321 from nkzawa/patch-6
...
Update redirects in README
2015-11-23 09:19:03 -08:00
Naoyuki Kanezawa
aecf3bf71c
Merge pull request #2218 from futbalguy/master
...
Clarified documentation of Socket.in
2015-11-23 17:37:07 +09:00
nkzawa
6c0a79e2b9
update redirects in README
2015-11-23 17:28:11 +09:00
Guillermo Rauch
aee466cc71
Update Readme.md
2015-11-21 10:54:19 -08:00
futbalguy
d5b3bb46f8
Clarified documentation of Socket.in
2015-08-23 10:12:23 -07:00
Emmanuel Odeke
575d35a371
README: fixed up legacy repo links
2015-08-16 20:36:39 -06:00
Guillermo Rauch
d0d38220fb
Update Readme.md
2015-04-08 16:53:04 -07:00
Ruben Rodriguez II
8814825a35
Suggestion for implementation of clients API
2015-01-31 02:17:49 -06:00
Naoyuki Kanezawa
ac8e8598d7
support compression
2015-01-22 05:01:45 +09:00
Guillermo Rauch
b46e480f65
Update Readme.md
2015-01-19 09:26:12 +00:00
Badarau Petru
17960ed038
Update Readme.md
...
underylings to underlyings
2014-12-22 07:17:01 +02:00
Guillermo Rauch
3352d1d726
Merge branch 'master' of github.com:Automattic/socket.io
2014-10-13 08:52:46 -07:00
Guillermo Rauch
e68557fab6
downloads badge
2014-10-13 08:52:36 -07:00
Tony Kovanen
da358084f0
Merge pull request #1773 from AjayMT/master
...
Fix usage example for Server#close.
2014-09-26 01:13:18 +03:00
Tony Kovanen
1b4f6a5324
Merge pull request #1777 from akamensky/dynamic-cors
...
Dynamic cors
2014-09-22 13:38:14 -06:00
Tony Kovanen
051ffa0440
Merge pull request #1626 from thanpolas/patch-1
...
http.Server is a constructor
2014-09-22 12:42:10 -06:00