Commit graph

16 commits

Author SHA1 Message Date
billchurch
67b15e1c2f Revert "housekeeping"
This reverts commit bc19432dfa.
2018-02-17 01:05:52 -05:00
billchurch
bc19432dfa housekeeping
Move bulk of server .js file files to /server, all client related files
live in /client (including /public), webpack scripts now live in
/scripts, cleanup of paths in /client/src/js/index.js and webpack.js.
2018-02-16 23:48:00 -05:00
billchurch
cd3ac433e8 correct var 2018-02-15 16:01:37 -05:00
billchurch
5c9369d57a Updated config path statement
config path now uses “require.main.filename” which should switch
between being used a module or as an application.
2018-02-12 10:48:26 -05:00
billchurch
a55bebf9e4 increment to v2.0 2018-02-10 10:36:09 -05:00
billchurch
ff875f92db magnification, resize logic
- minification is now default, utilize ‘webpack*.js’ scripts to change
behavior and run ‘npm run rebuild’
- sizing and resize takes into account optional headers (#header) and
footer (#footer)
2018-02-10 10:11:28 -05:00
billchurch
29040d328a enable compression...testing... 2018-02-10 00:08:36 -05:00
billchurch
dbc546b5d7 formatting 2018-02-09 22:41:16 -05:00
billchurch
d456a180d9 added boolean conversion from url strings, continuing browser resize additions 2018-02-09 19:06:43 -05:00
billchurch
08400b0544 added keepaliveInterval, keepaliveCountMax options 2018-01-30 18:09:16 -05:00
billchurch
2d725e9fe0 implement global keep alive option
keepaliveInterval in config.json. time in ms, 0=disable
2017-12-12 15:02:19 -05:00
billchurch
783327b014 host key verification poc 2017-12-12 14:34:45 -05:00
billchurch
2b12825a0c moving files around to get rid of unneeded directories 2017-12-12 12:41:54 -05:00
billchurch
d38ff32452 improving readability 2017-09-29 17:46:51 -04:00
billchurch
d849f7432e adding readyTimeout option, updating packages
adding readyTimeout option, updating packages
2017-08-21 09:21:52 -04:00
billchurch
7cbfed20e9 refactoring, socket.io update
more refactoring, code standards, updated socket.io to 1.7.4, increment
release to 0.1.1
2017-06-03 16:50:45 -04:00