monicanagent/cypherpoker.js

Add connectivity options to web client

monicanagent opened this issue · 1 comments

Currently the web client automatically connects to a pre-configured WebSocket Sessions server:

"connectURL":"ws://localhost:8090"

Update this functionality to allow selection and switching of servers (with associated warnings), ability to add and save new servers, set a default startup server, and include an initial server address in the web client URL so that links can be sent via third-party services (e.g. email, IM, etc.)

Implemented in revision 170 (6074963).