Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amir-arad/nili
- Owner: amir-arad
- License: gpl-3.0
- Created: 2016-12-17T20:05:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T10:55:09.000Z (about 7 years ago)
- Last Synced: 2024-10-20T07:45:21.580Z (29 days ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nili
old school chat server for larpsuntested
## 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/)