File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ Board for LinuxFr.org
2
2
=====================
3
3
4
4
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.
7
7
8
+ For the moment, I won't use it because:
8
9
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
15
15
16
16
17
17
See also
You can’t perform that action at this time.
0 commit comments