Skip to content

Commit

Permalink
README.md is updated !
Browse files Browse the repository at this point in the history
  • Loading branch information
mokira3d48 committed Aug 6, 2021
1 parent ed12795 commit c687f59
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Python socket.io example with Django framework
Voici tous les modules dont on a besoin pour monter notre serveur socket.

Contenu du fichier `requirements.txt` :

```
asgiref==3.4.1
bidict==0.21.2
Expand Down Expand Up @@ -495,3 +496,23 @@ Si tout va bien, vous verrez le message suivant affichez dans votre terminal.
async_mode is set to `Gevent` !
```

<br/>
<br/>

## Test
Voici le lien pour accéder à l'interface web : [http://127.0.0.1:8000/](http://127.0.0.1:8000/).
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 :

- sous linux :

```
sudo ifconfig
```

- sous windows :

```
ipconfig
```


0 comments on commit c687f59

Please sign in to comment.