This commit is contained in:
mappu 2016-10-08 16:33:54 +13:00
parent aaa0782103
commit afb4a0b26d
1 changed files with 15 additions and 0 deletions

15
_dist/README.txt Normal file
View File

@ -0,0 +1,15 @@
A web interface to an NMDC hub.
Chat in real-time on your NMDC hub using a web browser. This project forks and deprecates my earlier `dcwebui2` project since Go seems to use less memory than node.
Written in Golang
=UPGRADING FROM DCWEBUI2=
- The configuration file format is identical, but please now ensure it's valid json instead of just a .js file. This means no assignment, use double-quoted strings, and no comments.
=CHANGELOG=
2016-10-08 1.0.0
- Port `dcwebui2` from Node.js (Javascript) to Go
- Fix a cosmetic issue with not clearing userlist on disconnection