Просмотр исходного кода

instructions for running this thing.

Lucas Stadler лет назад: 11
Родитель
Сommit
4a50a11db6
1 измененных файлов с 13 добавлено и 0 удалено
  1. 13 0
      js/babl/README.md

+ 13 - 0
js/babl/README.md

2
2
3
a simple, web-based chat server using websockets.
3
a simple, web-based chat server using websockets.
4
4
5
## running it
6
7
    $ npm install
8
    $ PORT=10001 node server
9
10
The server is now running on <http://localhost:10001>.
11
12
You can also archive all messages ever sent:
13
14
    $ HOST_URL=ws://localhost:10001 node archiver
15
16
This allows clients to load the previous messages on initial load.
17
5
## ideas
18
## ideas
6
19
7
* starting out should be as easy as possible
20
* starting out should be as easy as possible