You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,6 @@ This is the React comment box example from [the React tutorial](http://facebook.
8
8
9
9
There are several simple server implementations included. They all serve static files from `public/` and handle requests to `comments.json` to fetch or add data. Start a server with one of the following:
10
10
11
-
### Lua
12
-
13
-
```
14
-
go get github.com/xyproto/algernon
15
-
algernon server.lua
16
-
```
17
-
18
11
### Node
19
12
20
13
```sh
@@ -44,4 +37,12 @@ php server.php
44
37
go run server.go
45
38
```
46
39
40
+
### Lua
41
+
42
+
```sh
43
+
go get github.com/xyproto/algernon
44
+
# or brew install algernon
45
+
algernon server.lua
46
+
```
47
+
47
48
And visit <http://localhost:3000/>. Try opening multiple tabs!
0 commit comments