Skip to content

Commit 8b30c18

Browse files
Update README.md
1 parent 0fd561f commit 8b30c18

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@ For beginners, it is used different port at any language, though.
2626

2727
### 1) Golang, when you begin learning it  <- localhost:3010   
2828
#### ①Command Example
29+
30+
##### A Terminal in the side of Server
2931
```
3032
go run main.go
33+
```
34+
35+
##### Another Terminal in the side of Client
36+
```
3137
curl -X POST -d 'text=ニコニコ' -d 'number=2525' localhost:3010/admin
3238
curl localhost:3010/admin
3339
```
@@ -44,8 +50,14 @@ curl localhost:3010/admin
4450

4551
### 2) Python, when you begin learning it   <- localhost:3020
4652
#### ①Command Example
53+
54+
##### A Terminal in the side of Server
4755
```
4856
python main.py
57+
```
58+
59+
##### Another Terminal in the side of Client
60+
```
4961
curl -X POST -d 'text=ニコニコ' -d 'number=2525' localhost:3020/admin
5062
curl localhost:3020/admin
5163
```

0 commit comments

Comments
 (0)