nmdc-webfrontend/_dist/README.txt

25 lines
796 B
Plaintext
Raw Normal View History

2016-10-08 03:33:54 +00:00
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
2016-10-09 03:56:06 +00:00
Tags: nmdc
2016-10-08 03:33:54 +00:00
=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-11-29 07:19:29 +00:00
2016-11-29 1.0.2
- Rebuild with libnmdc 0.11
- Fix an issue with not setting a version in the client tag
2016-10-08 04:00:25 +00:00
2016-10-08 1.0.1
- Fix an issue with backward compatibility with `dcwebui2` configuration file format
2016-10-08 03:33:54 +00:00
2016-10-08 1.0.0
- Port `dcwebui2` from Node.js (Javascript) to Go
- Fix a cosmetic issue with not clearing userlist on disconnection