Skip to content

Commit c687f59

Browse files
committed
README.md is updated !
1 parent ed12795 commit c687f59

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Python socket.io example with Django framework
99
Voici tous les modules dont on a besoin pour monter notre serveur socket.
1010

1111
Contenu du fichier `requirements.txt` :
12+
1213
```
1314
asgiref==3.4.1
1415
bidict==0.21.2
@@ -495,3 +496,23 @@ Si tout va bien, vous verrez le message suivant affichez dans votre terminal.
495496
async_mode is set to `Gevent` !
496497
```
497498

499+
<br/>
500+
<br/>
501+
502+
## Test
503+
Voici le lien pour accéder à l'interface web : [http://127.0.0.1:8000/](http://127.0.0.1:8000/).
504+
Pour que d'autre ordinateur puisse accéder à votre application, il faut qu'ils soient dans le même réseau que votre ordinateur. Ensuite, ils doivent utiliser votre adresse IP (souvent sous la forme `192.168.xxx.xxx`). Pour qu'on connaitre votre adresse IP :
505+
506+
- sous linux :
507+
508+
```
509+
sudo ifconfig
510+
```
511+
512+
- sous windows :
513+
514+
```
515+
ipconfig
516+
```
517+
518+

0 commit comments

Comments
 (0)