Skip to content

Commit e1f1e02

Browse files
committed
Add some explanations
1 parent 80d8975 commit e1f1e02

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ Board for LinuxFr.org
22
=====================
33

44
Users of the LinuxFr.org website can chat on a space called the board
5-
(« la tribune » in french). This daemon notifies the users when something
6-
is said with Server-Sent Event / EventSource.
5+
(« la tribune » in french). This was an experiment for notifying the users
6+
when something is said with Server-Sent Event / EventSource.
77

8+
For the moment, I won't use it because:
89

9-
How to use it?
10-
--------------
11-
12-
$ gem install board-linuxfr
13-
$ mkdir board-linuxfr && cd board-linuxfr
14-
$ board-linuxfr -d -a board.sock -P board.pid -l board.log -e prod
10+
- the current board daemon works
11+
- I was hoping to simplify largely its logic, but it's not the case
12+
- Goliath can't listen on UNIX socket
13+
- EventSource is not supported by most browsers
14+
and I'm not very confident in the polyfills for it
1515

1616

1717
See also

0 commit comments

Comments
 (0)