Explorar el Código

instructions for running this thing.

Lucas Stadler %!s(int64=11) %!d(string=hace) años
padre
commit
4a50a11db6
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13 0
      js/babl/README.md

+ 13 - 0
js/babl/README.md

@ -2,6 +2,19 @@
2 2
3 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 18
## ideas
6 19
7 20
* starting out should be as easy as possible