comparison README.txt @ 210:b04313038a0b

Changes for compatibility with recent versions of NodeJS. The pty.js module is replaced with node-pty, now-mandatory callbacks are added to various fs functions, and deprecated Buffer() calls are replaced with Buffer.from() or Buffer.alloc().
author John "Elwin" Edwards
date Sun, 25 Aug 2019 21:27:31 -0400
parents 2667aaad8e08
children
comparison
equal deleted inserted replaced
209:2667aaad8e08 210:b04313038a0b
3 RLGWebD is a node.js app that enables playing roguelike games in the 3 RLGWebD is a node.js app that enables playing roguelike games in the
4 browser. It is intended to be compatible with dgamelaunch. 4 browser. It is intended to be compatible with dgamelaunch.
5 5
6 Node 6 Node
7 --- 7 ---
8 RLGWebD currently works with Node v0.10. 8 RLGWebD is currently being updated to work with Node v10.x.
9 9
10 It requires the 'posix', 'pty.js', and 'websocket' modules. Currently, 10 It requires the 'posix', 'node-pty', and 'websocket' modules. Currently,
11 it expects them to be installed in "/var/local/lib/node_modules". It 11 it expects them to be installed in "/var/local/lib/node_modules". It
12 is not recommended to run npm as root when installing the modules. 12 is not recommended to run npm as root when installing the modules.
13 13
14 init 14 init
15 --- 15 ---