Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amir-arad/nili

old school chat server for larps
https://github.com/amir-arad/nili

Last synced: 4 days ago
JSON representation

old school chat server for larps

Awesome Lists containing this project

README

        

# nili
old school chat server for larps

untested
## user instructions
- make sure you have [node.js](https://nodejs.org/) installed, version 8 and above.
- in the command prompt, run `npm i -g nili@latest` (requires an internet connection)
- after a few seconds, the installation is done and a message will appear:
```commandline
+ [email protected]
updated 1 package in 8.69s
```
(the latest version of the nili server is now installed in your machine)
- to run the server simply run `nili` from the command line.

## developer instructions
- download code from github
- either `git clone [email protected]:amir-arad/nili.git`
- or download [zip file](https://github.com/amir-arad/nili/archive/master.zip) and extract files to folder `nili`
- inside folder `nili` run `npm install` from the comand line
- inside folder `nili` run `npm start` from the comand line. server is now running.
- connect to the server with any telnet client in port 2300
- example: `telnet localhost 2300`
- telnet windows clients: [telnet.exe](https://technet.microsoft.com/en-us/library/cc771275(v=ws.10).aspx), [putty](http://www.putty.org/)